Skip to content

Commit 4c55e0a

Browse files
authored
Fix incorrectly named Chromatic token var name (#302)
1 parent 3470b1a commit 4c55e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: chromaui/action@v1
3636
# don't run this step if project token secret not specified
3737
# to prevent this workflow failing for any forked repositories
38-
if: ${{ env.projectToken }}
38+
if: ${{ env.CHROMATIC_PROJECT_TOKEN }}
3939
with:
4040
token: ${{ secrets.GITHUB_TOKEN }}
4141
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

0 commit comments

Comments
 (0)