Skip to content

Commit 08cee2d

Browse files
authored
Authenticate proto download in CI to sidestep rate limit (#491)
1 parent b363355 commit 08cee2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120
uses: arduino/setup-protoc@v1
121121
with:
122122
version: "${{ steps.read_versions.outputs.PROTOBUF_VERSION }}"
123+
repo-token: ${{ secrets.GITHUB_TOKEN }}
123124
- name: Run Protoc
124125
run: |
125126
pip3 install -e .

0 commit comments

Comments
 (0)