Skip to content

Commit

Permalink
[ENH] Use GITHUB_TOKEN for setup-protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rescrv committed Jan 3, 2025
1 parent 6145277 commit 7306d0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/rust/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ runs:
shell: bash
- name: Install Protoc
uses: arduino/setup-protoc@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Cache
uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit 7306d0d

Please sign in to comment.