From 5e7a5f8af4b878d40e9d9d949d08b5bb6e45ceca Mon Sep 17 00:00:00 2001 From: JP <36560907+0xfourzerofour@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:59:21 -0500 Subject: [PATCH] feat(ratelimit): adding github token to get past rate limits (#895) --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1ebe17247..027d364b1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -69,6 +69,8 @@ jobs: - name: Install protobuf if: contains( ${{ matrix.target }}, 'apple') uses: arduino/setup-protoc@v3 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} # ============================== # Apple Silicon SDK setup