Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
Moon-DaeSeung committed Mar 21, 2024
1 parent 137773d commit 1728088
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
- name: Deploy to Chromatic
uses: chromaui/action@v1

env:
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
projectToken: ${{ env.CHROMATIC_PROJECT_TOKEN }}
workingDir: packages/story
buildScriptName: build-storybook
autoAcceptChanges: true

0 comments on commit 1728088

Please sign in to comment.