Skip to content

Commit

Permalink
add env GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
kimromi committed Sep 15, 2021
1 parent 4344c24 commit 02700a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: deploy
on:
push:
branches:
- main
- fix-deploy
jobs:
deploy:
name: Upload to GitHub Pages
Expand All @@ -13,4 +13,6 @@ jobs:
with:
cache: npm
- run: npm ci
- run: npm run storybook:deploy
- run: npm run storybook:deploy -- --ci
env:
GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}

0 comments on commit 02700a8

Please sign in to comment.