Skip to content

Commit

Permalink
Use GITHUB_TOKEN for downloading protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
azeemsgoogle committed Mar 29, 2022
1 parent ce06ac1 commit 86addcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
uses: arduino/setup-protoc@64c0c85d18e984422218383b81c52f8b077404d3 # v1.1.2
with:
version: 3.17.3
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Cache builds
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 #v2.1.7
Expand Down

0 comments on commit 86addcd

Please sign in to comment.