Skip to content

Commit dab4516

Browse files
committed
Authenticate when installing protoc
In order to avoid getting rate limited.
1 parent c6b90ff commit dab4516

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/all-features.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: arduino/setup-protoc@v1
3131
with:
3232
version: "3.x"
33+
repo-token: ${{ secrets.GITHUB_TOKEN }}
3334
- name: Set environment variables appropriately for the build
3435
run: |
3536
echo "$HOME/.cargo/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)