Add repo token to arduino/setup-protoc to avoid rate limiting

This commit is contained in:
Luke Parker 2023-01-01 03:25:42 -05:00
parent 5b3c9bf5d0
commit f10bcfddcb
No known key found for this signature in database

View file

@ -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