Skip to content

Commit

Permalink
workflows/release-binaries-all: Add missing secret input
Browse files Browse the repository at this point in the history
Since d194c6b this workflow was missing
the secret inputw which was causing it to fail.
  • Loading branch information
tstellar committed Feb 12, 2025
1 parent e1935a2 commit 7bc6de2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-binaries-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7bc6de2

Please sign in to comment.