From 13233e02ec4e6e4cbf80098d8138fecf17d72b4d Mon Sep 17 00:00:00 2001 From: macpie Date: Tue, 9 Jul 2024 10:49:18 -0700 Subject: [PATCH] Avoid rate limit (#838) --- .github/workflows/CI.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a36f0af8b..3db75735f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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