Skip to content

Commit

Permalink
⚙️ fix deploy chromatic flow in chromatic.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
splendente committed May 5, 2024
1 parent d814782 commit 3a8ac2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
run: pnpm install

- name: Deploy chromatic
env:
CHROMATIC_PROJECT_TOKEN: ${ secrets.CHROMATIC_PROJECT_TOKEN }
run: pnpm chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

- name: Clean up
run: |
Expand Down

0 comments on commit 3a8ac2b

Please sign in to comment.