Skip to content

Commit c7549a8

Browse files
committed
CI: add API key to increase rate limit of installing protoc
1 parent 54ffb00 commit c7549a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@ jobs:
434434
uses: arduino/setup-protoc@v3
435435
with:
436436
version: '23.x'
437+
repo-token: ${{ secrets.GITHUB_TOKEN }}
437438

438439
# Run the following steps in the exmple dir in order to reuse the `./target` dir.
439440

0 commit comments

Comments
 (0)