Skip to content

Commit

Permalink
rate limit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie committed May 7, 2024
1 parent 403d58b commit d16be71
Show file tree
Hide file tree
Showing 2 changed files with 10 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 @@ -76,6 +76,8 @@ jobs:

- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Show version information (Rust, cargo, GCC)
shell: bash
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/cache@v3
with:
Expand Down Expand Up @@ -111,6 +113,8 @@ jobs:

- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install dependencies
if: matrix.os != 'macos-14' && matrix.os != 'windows-latest'
Expand Down Expand Up @@ -157,6 +161,8 @@ jobs:

- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install dependencies
if: matrix.os != 'macos-14' && matrix.os != 'windows-latest'
Expand Down Expand Up @@ -217,6 +223,8 @@ jobs:

- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- uses: taiki-e/install-action@v2
name: Install nextest
Expand Down

0 comments on commit d16be71

Please sign in to comment.