mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-22 19:49:22 +00:00
Add repo token to arduino/setup-protoc to avoid rate limiting
This commit is contained in:
parent
5b3c9bf5d0
commit
f10bcfddcb
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ runs:
|
|||
steps:
|
||||
- name: Install Protobuf
|
||||
uses: arduino/setup-protoc@v1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install solc
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue