Skip to content

Commit

Permalink
added environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jaieds committed Nov 20, 2024
1 parent 96cf112 commit 8c31b13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/storybook-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ jobs:
install_command: npm install # default: npm ci
build_command: npm run build && npm run build-storybook # default: npm run build-storybook
path: storybook-static # default: dist/storybook
checkout: false # default: true
checkout: false # default: true
env:
GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8c31b13

Please sign in to comment.