Skip to content

Commit 011d70a

Browse files
authored
Fix rate limiting of protoc install in CI (#69)
1 parent 808bdc6 commit 011d70a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
fetch-depth: 1
4444
- name: Install Protoc
4545
uses: arduino/setup-protoc@v1
46+
with:
47+
repo-token: ${{ secrets.GITHUB_TOKEN }}
4648
- name: Install Rust
4749
uses: hecrj/setup-rust-action@v1
4850
with:

0 commit comments

Comments
 (0)