From 48e1c3c215b51f7f3cfed09e6489dcd2cced24ab Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Thu, 3 Oct 2024 22:21:20 +0200 Subject: [PATCH] CI fix relase --- .github/workflows/build-release-binaries.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-release-binaries.yaml b/.github/workflows/build-release-binaries.yaml index f2b43cec16a..7a56d3c6e61 100644 --- a/.github/workflows/build-release-binaries.yaml +++ b/.github/workflows/build-release-binaries.yaml @@ -23,6 +23,7 @@ jobs: uses: arduino/setup-protoc@v3 with: version: "23.2" + repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Setup Rust uses: actions-rs/toolchain@v1