From 0899d5b40204a4c770a286e1a36d334ae65537f6 Mon Sep 17 00:00:00 2001 From: PPawlowski Date: Thu, 30 Apr 2026 21:13:45 +0200 Subject: [PATCH] Use project-automation workflow from github-actions-workflows repository --- .github/workflows/project-automation.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/project-automation.yml b/.github/workflows/project-automation.yml index bfd097903d..bb778892a8 100644 --- a/.github/workflows/project-automation.yml +++ b/.github/workflows/project-automation.yml @@ -4,7 +4,8 @@ on: types: - opened jobs: - add_to_product_board: - uses: FlowFuse/.github/.github/workflows/project-automation.yml@main + add_issue_to_relevant_boards: + uses: flowfuse/github-actions-workflows/.github/workflows/project-automation.yaml@project-automation/v1 secrets: - token: ${{ secrets.PROJECT_ACCESS_TOKEN }} + app-client-id: ${{ secrets.GH_BOT_APP_ID }} + app-private-key: ${{ secrets.GH_BOT_APP_KEY }}