Skip to content

Commit

Permalink
fix: 💚 chromatic workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnewton committed Oct 17, 2024
1 parent 5891c9d commit d7139dd
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 @@ -18,11 +18,11 @@ jobs:
cache: "npm"

- name: Install dependencies
- run: npm ci
run: npm ci

#👇 Adds Chromatic as a step in the workflow
- name: Publish to Chromatic
- uses: chromaui/action@v1
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d7139dd

Please sign in to comment.