Skip to content

Commit

Permalink
renamed with to env
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalabbad committed Aug 2, 2024
1 parent fb73a09 commit e9b038c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ jobs:
run: npm install
- name: Run Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
env:
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

0 comments on commit e9b038c

Please sign in to comment.