Skip to content

Commit

Permalink
Access GitHub deployment environment from build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDesmond-ca committed Jan 6, 2025
1 parent e311ff0 commit c1f673e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
Build:
runs-on: ubuntu-latest

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

env:
VITE_GITHUB_API_TOKEN: ${{ secrets.VITE_GITHUB_API_TOKEN }}

Expand Down

0 comments on commit c1f673e

Please sign in to comment.