Skip to content

Commit ab59365

Browse files
committed
refactor: chromatic yml env add (#172)
1 parent d1b43af commit ab59365

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/chromatic.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
steps:
2828
- name: Create comment PR
2929
uses: thollander/actions-comment-pull-request@v2
30+
env:
31+
GITHUB_TOKEN: ${{ secrets.TOKEN }}
3032
with:
3133
comment_tag: ${{github.event.number}}-storybook
3234
message: "storybook: ${{steps.chromatic.outputs.storybookUrl }}"

0 commit comments

Comments
 (0)