From 605ffa2f9a9114475fceebd743542295fc901cbf Mon Sep 17 00:00:00 2001 From: Dustin Byrne Date: Wed, 19 Aug 2026 18:07:15 -0400 Subject: [PATCH] chore: update flags project workflow SHA --- .github/workflows/call-flags-project-board.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/call-flags-project-board.yml b/.github/workflows/call-flags-project-board.yml index 7972d51..e2f4274 100644 --- a/.github/workflows/call-flags-project-board.yml +++ b/.github/workflows/call-flags-project-board.yml @@ -14,6 +14,6 @@ jobs: pr_number: ${{ github.event.pull_request.number }} pr_node_id: ${{ github.event.pull_request.node_id }} is_draft: ${{ github.event.pull_request.draft }} - # The reusable workflow is pinned to a trusted PostHog/.github commit and needs - # the project-board bot secrets from this repository. - secrets: inherit # nosemgrep: yaml.github-actions.security.secrets-inherit.secrets-inherit -- reusable workflow requires inherited secrets + secrets: + PROJECT_BOARD_BOT_APP_ID: ${{ secrets.PROJECT_BOARD_BOT_APP_ID }} + PROJECT_BOARD_BOT_PRIVATE_KEY: ${{ secrets.PROJECT_BOARD_BOT_PRIVATE_KEY }}