Skip to content

Commit a684e0e

Browse files
authored
workflows/release-binaries-all: Add missing secret input (#126921)
Since d194c6b this workflow was missing the secret input which was causing it to fail.
1 parent 23209eb commit a684e0e

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)