We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3470b1a commit 4c55e0aCopy full SHA for 4c55e0a
.github/workflows/ci.yaml
@@ -35,7 +35,7 @@ jobs:
35
uses: chromaui/action@v1
36
# don't run this step if project token secret not specified
37
# to prevent this workflow failing for any forked repositories
38
- if: ${{ env.projectToken }}
+ if: ${{ env.CHROMATIC_PROJECT_TOKEN }}
39
with:
40
token: ${{ secrets.GITHUB_TOKEN }}
41
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
0 commit comments