Skip to content

Commit 2db3d3b

Browse files
authored
chore: declare workflow_call secrets on flags-project-board (#58)
Generated-By: PostHog Code Task-Id: f4f36772-dda9-4d62-9cdf-7427398a0900
1 parent 8f8da2f commit 2db3d3b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/flags-project-board.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ on:
4444
description: 'Whether the pull request is in draft mode'
4545
required: true
4646
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+
required: false
4757
workflow_dispatch:
4858
inputs:
4959
pr_number:

0 commit comments

Comments
 (0)