Skip to content

Commit 063aa20

Browse files
committed
ci: fix chromatic token
1 parent 22b0f3f commit 063aa20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
# Chromatic GitHub Action options
3232
with:
3333
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
34-
projectToken: ${{ inputs.github_token }}
34+
projectToken: ${{ inputs.CHROMATIC_PROJECT_TOKEN }}
3535
buildScriptName: story:headless
3636
outputDir: dist/storybook/headless
3737
zip: true

0 commit comments

Comments
 (0)