WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 7db7c8f

Browse files
committed
Add repo-token on protoc install action to avoid rate limit.
1 parent 288aea2 commit 7db7c8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release_sdk.yml

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

5757
- name: Install Protoc
5858
uses: arduino/setup-protoc@v1
59+
with:
60+
repo-token: ${{ secrets.GITHUB_TOKEN }}
5961

6062
- name: Add Rust targets
6163
run: |

0 commit comments

Comments
 (0)