Skip to content

Commit 2b03da5

Browse files
authored
Set Github Token for setup-protoc action to mitigate occasional rate-limits in CI (#530)
1 parent f19c46d commit 2b03da5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-protobuf.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
# https://github.com/protocolbuffers/protobuf repository for protoc
3131
# release updates.
3232
version: '29.3'
33+
repo-token: ${{ secrets.GITHUB_TOKEN }}
3334
- run: go mod download
3435
- run: make tools
3536
- run: make protoc

0 commit comments

Comments
 (0)