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 2a1c7d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 2a1c7d5

Please sign in to comment.