Skip to content

Commit

Permalink
Avoid rate limit (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
macpie authored Jul 9, 2024
1 parent d9f411b commit 13233e0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:

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

- name: Cache
uses: actions/cache@v4
Expand Down Expand Up @@ -78,6 +80,8 @@ jobs:

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

- name: Clippy
run: cargo clippy --all-targets -- -Dclippy::all -D warnings
Expand Down Expand Up @@ -113,6 +117,8 @@ jobs:

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

- name: Cache
uses: actions/cache@v4
Expand Down Expand Up @@ -149,6 +155,8 @@ jobs:

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

- name: Cache
uses: actions/cache@v4
Expand Down Expand Up @@ -178,6 +186,8 @@ jobs:

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

- name: Cache
uses: actions/cache@v4
Expand Down

0 comments on commit 13233e0

Please sign in to comment.