Skip to content

Commit cd1deb1

Browse files
ansgarmaustinvalle
authored andcommitted
Set Github Token for setup-protoc action to mitigate occasional rate-limits in CI (#530)
1 parent 3276c1a commit cd1deb1

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)