mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 04:09:23 +00:00
Add repo token to arduino/setup-protoc to avoid rate limiting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user