Skip to content

chore: align Python release publishing with Ruby #2018

chore: align Python release publishing with Ruby

chore: align Python release publishing with Ruby #2018

# This workflow is used to call the flags-project-board workflow when a pull request is opened, ready for review, review requested, synchronized, converted to draft, or reopened.
# It is used to update the feature flags project board with the pull request information.
name: Call Feature Flags Project Workflow
on:
pull_request:
types: [opened, ready_for_review, review_requested, synchronize, converted_to_draft, reopened]
jobs:
call-flags-project:
uses: PostHog/.github/.github/workflows/flags-project-board.yml@69336b569d22687f8982eea6ff7d450a885cda05
with:
pr_number: ${{ github.event.pull_request.number }}
pr_node_id: ${{ github.event.pull_request.node_id }}
is_draft: ${{ github.event.pull_request.draft }}
secrets:
PROJECT_BOARD_BOT_APP_ID: ${{ secrets.PROJECT_BOARD_BOT_APP_ID }}

Check failure on line 18 in .github/workflows/call-flags-project-board.yml

View workflow run for this annotation

GitHub Actions / Call Feature Flags Project Workflow

Invalid workflow file

The workflow is not valid. .github/workflows/call-flags-project-board.yml (Line: 18, Col: 39): Invalid secret, PROJECT_BOARD_BOT_APP_ID is not defined in the referenced workflow. .github/workflows/call-flags-project-board.yml (Line: 19, Col: 44): Invalid secret, PROJECT_BOARD_BOT_PRIVATE_KEY is not defined in the referenced workflow.
PROJECT_BOARD_BOT_PRIVATE_KEY: ${{ secrets.PROJECT_BOARD_BOT_PRIVATE_KEY }}