Skip to content

Commit

Permalink
Add default github token to protoc installation step avoid rate limit…
Browse files Browse the repository at this point in the history
…ing.

PiperOrigin-RevId: 695512623
  • Loading branch information
erikvarga authored and copybara-github committed Nov 12, 2024
1 parent 4c1aa10 commit e4be496
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: arduino/setup-protoc@v3
with:
version: "23.x"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Set up protoc-gen-go
run: go install google.golang.org/protobuf/cmd/protoc-gen-go
Expand Down

0 comments on commit e4be496

Please sign in to comment.