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 06379fe commit 17e2494Copy full SHA for 17e2494
.github/workflows/ci.yaml
@@ -37,6 +37,8 @@ jobs:
37
- run: yarn build
38
- run: yarn test
39
- run: npx chromatic --exit-zero-on-changes
40
+ env:
41
+ CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
42
43
deploy_storybook:
44
runs-on: ubuntu-latest
0 commit comments