diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cc63a5c1d71..2522cf81e2a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5dc5bccb86b..865ed2ce131 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -26,6 +26,8 @@ jobs: - name: Install Protoc uses: arduino/setup-protoc@v3 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} - uses: actions/cache@v3 with: @@ -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' @@ -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' @@ -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