[llvm] workflows: Add require-release-manager composite action (PR #194758)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 29 08:39:09 PDT 2026


================
@@ -39,9 +39,12 @@ on:
         required: true
         type: string
     secrets:
-      RELEASE_TASKS_USER_TOKEN:
-        description: "Secret used to check user permissions."
-        required: false
+      LLVM_TOKEN_GENERATOR_CLIENT_ID:
+        description: "Secret used to generate access tokens."
----------------
boomanaiden154 wrote:

It probably wouldn't hurt if these descriptions were slightly more descriptive.

The client ID is also public as far as I'm aware, but treating it as a secret definitely doesn't hurt.

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


More information about the llvm-commits mailing list