From ee0d6ef92ca2f9b81de106368cb6bb53dbff17ca Mon Sep 17 00:00:00 2001 From: PPawlowski Date: Thu, 30 Apr 2026 21:11:18 +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 4d09e567d..bb778892a 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 }}