Skip to content

Commit

Permalink
Use GITHUB_TOKEN in setup-protoc to avoid rate-limtiing (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenraad Verheyden authored Feb 17, 2022
1 parent 21cee18 commit 8a033b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
uses: arduino/setup-protoc@v1
with:
version: '3.11.2'
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Check vendor
run: make vendor-check
Expand Down

0 comments on commit 8a033b2

Please sign in to comment.