Skip to content

Commit 2d0e8a9

Browse files
committed
supply github token to the cli
1 parent cff802d commit 2d0e8a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mdbook.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
run: mdbook build
4545
- name: Generate JSON data
4646
run: cargo run -- json 2024h2 --json-path book/html/api/2024h2.json
47+
env:
48+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4749
- name: Upload artifact
4850
uses: actions/upload-pages-artifact@v3
4951
with:

0 commit comments

Comments
 (0)