Skip to content

Commit

Permalink
Authenticate setup-protoc to stop github API rate limiting (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotmag769 authored May 20, 2024
1 parent 2334570 commit 9ca9596
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ jobs:
with:
go-version: 'stable'
- uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Configure cross and build
shell: bash
Expand Down

0 comments on commit 9ca9596

Please sign in to comment.