From 8374a72ea33689ca1eaf3f6528e93ca9330e962e Mon Sep 17 00:00:00 2001 From: 0xfourzerofour Date: Mon, 4 Nov 2024 10:44:44 -0500 Subject: [PATCH] feat(ratelimit): adding github token to get past rate limits --- .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