https://github.com/c-rhodes updated https://github.com/llvm/llvm-project/pull/176613
>From e57697865d097310399397d9b52ee8ae03448efc Mon Sep 17 00:00:00 2001 From: Tom Stellard <[email protected]> Date: Sat, 17 Jan 2026 08:40:06 -0800 Subject: [PATCH] workflows/release-binaries: Pass user-token to upload-release-artifact (#176410) This is necessary in order to be ablet to upload the artifact and was omitted from a8ccd42ab23af6848929a638cd6b099953c7e491. (cherry picked from commit 0ece3574d28d36ef1ed8d2344538ed782bd6111c) --- .github/workflows/release-binaries.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml index e58b3443808f0..02149f0ffefe9 100644 --- a/.github/workflows/release-binaries.yml +++ b/.github/workflows/release-binaries.yml @@ -337,3 +337,4 @@ jobs: attestation-name: ${{ runner.os }}-${{ runner.arch }}-release-binary-attestation digest: ${{ needs.build-release-package.outputs.digest }} upload: ${{ needs.prepare.outputs.upload }} + user-token: ${{ secrets.RELEASE_TASKS_USER_TOKEN }} _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
