Skip to content

Commit

Permalink
Set GITHUB_TOKEN env variable for build step
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg authored Apr 3, 2024
1 parent b8ef0bc commit 1bb927d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
run: |
bun install
bun run build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload build folder as pages artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 1bb927d

Please sign in to comment.