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 4b46455 commit a1830ecCopy full SHA for a1830ec
.github/workflows/deploy-prod.yml
@@ -70,5 +70,7 @@ jobs:
70
run: |
71
npm ci
72
- name: Deploy storybook
73
+ env:
74
+ GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}
75
- npm run deploy-storybook
76
+ npm run deploy-storybook -- --ci
0 commit comments