mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 00:16:30 +00:00
workflows/release-binaries-all: Add missing secret input (#126921)
Since d194c6b9a7fdda7a61abcd6bfe39ab465bf0cc87 this workflow was missing the secret input which was causing it to fail.
This commit is contained in:
parent
23209eb1d9
commit
a684e0ea57
4
.github/workflows/release-binaries-all.yml
vendored
4
.github/workflows/release-binaries-all.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user