Skip to content

Commit

Permalink
supply github token to the cli
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Sep 17, 2024
1 parent cff802d commit 2d0e8a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
run: mdbook build
- name: Generate JSON data
run: cargo run -- json 2024h2 --json-path book/html/api/2024h2.json
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 2d0e8a9

Please sign in to comment.