Skip to content

Commit fa550f4

Browse files
committed
ci: fix chromatic token
1 parent fb87e6c commit fa550f4

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.CHROMATIC_PROJECT_TOKEN }}
34+
projectToken: ${{ inputs.chromatic_token }}
3535
buildScriptName: story:headless
3636
storybookBuildDir: dist/storybook/headless
3737
zip: true

0 commit comments

Comments
 (0)