From f10bcfddcbf3732a260b4401951bc395749c1c49 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Sun, 1 Jan 2023 03:25:42 -0500 Subject: [PATCH] Add repo token to arduino/setup-protoc to avoid rate limiting --- .github/actions/build-dependencies/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/build-dependencies/action.yml b/.github/actions/build-dependencies/action.yml index 3a5ac4be..b67e4192 100644 --- a/.github/actions/build-dependencies/action.yml +++ b/.github/actions/build-dependencies/action.yml @@ -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