Skip to content

Commit cbc415d

Browse files
committed
wip: ci
1 parent dd715bf commit cbc415d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
- name: Install dependencies
5555
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
5656
- name: Static HTML export with Next.js
57+
env:
58+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
5759
run: ${{ steps.detect-package-manager.outputs.manager }} run build
5860
- name: Upload to Bucket
5961
uses: JohnGuan/oss-upload-action@main

0 commit comments

Comments
 (0)