diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f462ee553..e80375a0c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -104,6 +104,8 @@ jobs: uses: actions/checkout@v4 - name: Install Protoc uses: arduino/setup-protoc@v3 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Setup Rust toolchain uses: actions-rust-lang/setup-rust-toolchain@v1 with: