Skip to content

Commit

Permalink
fix(ci): Auth protoc to avoid rate limits (#6927)
Browse files Browse the repository at this point in the history
Docker made their rate limits more aggressive this week, we need to auth
to circumvent that issue.
  • Loading branch information
colin-sentry authored Mar 3, 2025
1 parent 5e5e48b commit a6be62a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
name: Checkout code
- name: Install protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run linter
run: |
make lint-rust format-rust-ci
Expand Down

0 comments on commit a6be62a

Please sign in to comment.