mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-09 12:29:27 +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:
|
steps:
|
||||||
- name: Install Protobuf
|
- name: Install Protobuf
|
||||||
uses: arduino/setup-protoc@v1
|
uses: arduino/setup-protoc@v1
|
||||||
|
with:
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Install solc
|
- name: Install solc
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue