Skip to content

Commit c7e44b7

Browse files
committed
Fix rate limits in Github Actions
1 parent 9cbc007 commit c7e44b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ jobs:
9898

9999
- name: Install Protoc
100100
uses: arduino/setup-protoc@v3
101+
with:
102+
repo-token: ${{ secrets.GITHUB_TOKEN }}
101103

102104
- name: Install Rust
103105
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)