[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:18:08 PST 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: None (llvmbot)
<details>
<summary>Changes</summary>
Backport 0ece3574d28d36ef1ed8d2344538ed782bd6111c
Requested by: @<!-- -->tstellar
---
Full diff: https://github.com/llvm/llvm-project/pull/176613.diff
1 Files Affected:
- (modified) .github/workflows/release-binaries.yml (+1)
``````````diff
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 }}
``````````
</details>
https://github.com/llvm/llvm-project/pull/176613
More information about the llvm-branch-commits
mailing list