[llvm-branch-commits] [llvm] release/22.x: workflows/release-binaries: Pass user-token to upload-release-artifact (#176410) (PR #176613)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sat Jan 17 16:17:34 PST 2026


https://github.com/llvmbot created https://github.com/llvm/llvm-project/pull/176613

Backport 0ece3574d28d36ef1ed8d2344538ed782bd6111c

Requested by: @tstellar

>From 3cf70ec25b8af53dcbc02a5d137cf43015f733d9 Mon Sep 17 00:00:00 2001
From: Tom Stellard <tstellar at redhat.com>
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 }}



More information about the llvm-branch-commits mailing list