Skip to content

Commit

Permalink
feat(ratelimit): adding github token to get past rate limits (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour authored Nov 4, 2024
1 parent 435bfb5 commit 5e7a5f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e7a5f8

Please sign in to comment.