We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f8da2f commit 2db3d3bCopy full SHA for 2db3d3b
1 file changed
.github/workflows/flags-project-board.yml
@@ -44,6 +44,16 @@ on:
44
description: 'Whether the pull request is in draft mode'
45
required: true
46
type: boolean
47
+ # Declared so callers can pass exactly these instead of `secrets: inherit`.
48
+ # Optional to stay compatible with existing inherit callers and with
49
+ # restricted contexts (dependabot) where the org secrets are absent.
50
+ secrets:
51
+ PROJECT_BOARD_BOT_APP_ID:
52
+ description: 'GitHub App ID for the project board bot'
53
+ required: false
54
+ PROJECT_BOARD_BOT_PRIVATE_KEY:
55
+ description: 'GitHub App private key for the project board bot'
56
57
workflow_dispatch:
58
inputs:
59
pr_number:
0 commit comments