Skip to content

Commit 83058aa

Browse files
tstellarllvmbot
authored andcommitted
workflows/release-binaries-all: Add missing secret input (#126921)
Since d194c6b this workflow was missing the secret input which was causing it to fail. (cherry picked from commit a684e0e)
1 parent a69568e commit 83058aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-binaries-all.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ on:
2727
required: true
2828
default: false
2929
type: boolean
30+
secrets:
31+
RELEASE_TASKS_USER_TOKEN:
32+
description: "Secret used to check user permissions."
33+
required: false
3034

3135
pull_request:
3236
types:

0 commit comments

Comments
 (0)