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
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to