Skip to content

Commit

Permalink
add env github auth
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmovses committed Apr 8, 2024
1 parent 6bdf8e0 commit 9d5a3c3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/m2-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ jobs:
override: true

- name: Install risc0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cargo install cargo-binstall
cargo binstall --github-token &GITHUB_TOKEN cargo-risczero
cargo risczero install
cargo install cargo-binstall
cargo binstall --github-token ${{ secrets.GITHUB_TOKEN }} cargo-risczero
cargo risczero install
- name: Cache Rust dependencies
uses: actions/cache@v2
Expand Down

0 comments on commit 9d5a3c3

Please sign in to comment.