Skip to content

Commit

Permalink
chore: add environment to github pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehenson committed Feb 26, 2025
1 parent 4fc0ee6 commit 7e3471b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
if: ${{ github.event.label.name == 'review' }}
name: Deploy Storybook to GH Pages
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{steps.deployment.outputs.page_url}}
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
Expand Down

0 comments on commit 7e3471b

Please sign in to comment.