From b45be7dfce89fd881be27171d3ea114ef19d832c Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Tue, 8 Oct 2024 16:34:23 +0100 Subject: [PATCH] =?UTF-8?q?[CI]=C2=A0Fix=20release=20build=20upload=20(#99?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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