Skip to content

Commit a1830ec

Browse files
committed
Проставил токен доступа в деплое сторибука
1 parent 4b46455 commit a1830ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,7 @@ jobs:
7070
run: |
7171
npm ci
7272
- name: Deploy storybook
73+
env:
74+
GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}
7375
run: |
74-
npm run deploy-storybook
76+
npm run deploy-storybook -- --ci

0 commit comments

Comments
 (0)