[llvm] workflows: Add a new job for packaging release sources (PR #91834)

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Fri May 17 13:43:37 PDT 2024


================
@@ -0,0 +1,59 @@
+name: Release Sources
+
+permissions:
+  contents: read
+
+on:
----------------
tstellar wrote:

I added a pull_request trigger.  Let me know what you think I had to disable the attestation step, because it doesn't have the right permissions when running from a fork.

https://github.com/llvm/llvm-project/pull/91834


More information about the llvm-commits mailing list