Skip to content

Commit b895fb4

Browse files
devin-ai-integration[bot]Jayant Krishnamurthy
and
Jayant Krishnamurthy
authored
fix: add github token to protoc setup to fix rate limiting (#2309)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Jayant Krishnamurthy <[email protected]>
1 parent de934f5 commit b895fb4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci-hermes-server.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ jobs:
1919
override: true
2020
- name: Install protoc
2121
uses: arduino/setup-protoc@v3
22+
with:
23+
repo-token: ${{ secrets.GITHUB_TOKEN }}
2224
- name: Run executor tests
2325
run: cargo test --manifest-path ./apps/hermes/server/Cargo.toml

.github/workflows/ci-pre-commit.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
rustup install 1.73.0
2828
- name: Install protoc
2929
uses: arduino/setup-protoc@v3
30+
with:
31+
repo-token: ${{ secrets.GITHUB_TOKEN }}
3032
- uses: actions/checkout@v4
3133
- name: Install poetry
3234
run: pipx install poetry

0 commit comments

Comments
 (0)