Skip to content

Commit

Permalink
ci: Add GitHub token to Rust setup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
silviot committed Dec 7, 2024
1 parent 4f86b8f commit 51a1bd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: moonrepo/setup-rust@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

# Cache Rust build artifacts
- uses: actions/cache@v3
Expand Down

0 comments on commit 51a1bd5

Please sign in to comment.