Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhons committed Aug 2, 2024
1 parent c3c533f commit 83f0446
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Build Storybook
run: npm run storybook:build
- name: Publish to Chromatic
run: npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN
env:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
buildScriptName: storybook:build

0 comments on commit 83f0446

Please sign in to comment.