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