Skip to content

Commit

Permalink
added token to protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
OakenKnight committed Jan 20, 2025
1 parent 77f8574 commit 68d4420
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ jobs:
uses: actions/checkout@v4
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
Expand Down

0 comments on commit 68d4420

Please sign in to comment.