Skip to content

Commit

Permalink
fix: secrets deploy storybook gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
poplingue committed Aug 4, 2022
1 parent 701caa1 commit d6cc9a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ jobs:
node-version: 14
- run: npm run predeploy
- run: npm run deploy-storybook
env:
GH_PAT: ${{secrets.GH_PAT}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit d6cc9a8

Please sign in to comment.