Skip to content

Commit

Permalink
Update chromatic.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchaehyun authored Jan 22, 2024
1 parent 2fa6679 commit 7d95355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- name: Corepack Enable
run: corepack enable
- uses: actions/checkout@v1
run: yarn
- run: yarn
#👇 Adds Chromatic as a step in the workflow
- uses: chromaui/action@v1
# Options required for Chromatic's GitHub Action
with:
#👇 Chromatic projectToken, see https://storybook.js.org/tutorials/intro-to-storybook/react/ko/deploy/ to obtain it
projectToken: ${{ secrets.CHROMATIC_PAGE_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PAGE_TOKEN }}

0 comments on commit 7d95355

Please sign in to comment.