Skip to content

Commit 1bb927d

Browse files
authored
Set GITHUB_TOKEN env variable for build step
1 parent b8ef0bc commit 1bb927d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-ghpages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
run: |
2929
bun install
3030
bun run build
31+
env:
32+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3133

3234
- name: Upload build folder as pages artifact
3335
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)