Skip to content

Commit

Permalink
Use CHROMATIC_PROJECT_TOKEN environment variable rather than hardcodi…
Browse files Browse the repository at this point in the history
…ng project token
  • Loading branch information
ghengeveld authored and thafryer committed Jun 16, 2023
1 parent 2bf941e commit 162551e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
traceChanged: true
diagnostics: true
env:
CHROMATIC_PROJECT_TOKEN: gcaw1ai2dgo
CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
- uses: actions/upload-artifact@v2
if: always()
with:
Expand Down

0 comments on commit 162551e

Please sign in to comment.