[llvm-branch-commits] [llvm] release/20.x: workflows/release-binaries-all: Add missing secret input (#126921) (PR #128884)
    via llvm-branch-commits 
    llvm-branch-commits at lists.llvm.org
       
    Wed Feb 26 06:51:31 PST 2025
    
    
  
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: None (llvmbot)
<details>
<summary>Changes</summary>
Backport a684e0ea57ebb93c81506c066afb25cb496dcc11
Requested by: @<!-- -->tstellar
---
Full diff: https://github.com/llvm/llvm-project/pull/128884.diff
1 Files Affected:
- (modified) .github/workflows/release-binaries-all.yml (+4) 
``````````diff
diff --git a/.github/workflows/release-binaries-all.yml b/.github/workflows/release-binaries-all.yml
index d18b9b0b5c2ff..fd4694ebea32d 100644
--- a/.github/workflows/release-binaries-all.yml
+++ b/.github/workflows/release-binaries-all.yml
@@ -27,6 +27,10 @@ on:
         required: true
         default: false
         type: boolean
+    secrets:
+      RELEASE_TASKS_USER_TOKEN:
+        description: "Secret used to check user permissions."
+        required: false
 
   pull_request:
     types:
``````````
</details>
https://github.com/llvm/llvm-project/pull/128884
    
    
More information about the llvm-branch-commits
mailing list