Skip to content

Commit

Permalink
pass github token to cargo binstall
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Nov 29, 2024
1 parent 6747f45 commit 13fc5da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ jobs:
tool: cargo-hack,cargo-binstall

- name: Install cargo-msrv
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: cargo binstall --no-confirm cargo-msrv

- name: Verify and Test Rust version
Expand Down

0 comments on commit 13fc5da

Please sign in to comment.