From 9f885d2b9949b85067a456868ae16d623785748a Mon Sep 17 00:00:00 2001 From: PPawlowski Date: Thu, 30 Apr 2026 20:57:55 +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 4d09e56..bb77889 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 }}