Skip to content

Commit 6d870e3

Browse files
authored
Merge pull request #4939 from FlowFuse/ci-switch-project-automation-workflow
ci: Use new project-automation workflow
2 parents a656d32 + 0899d5b commit 6d870e3

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/project-automation.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
types:
55
- opened
66
jobs:
7-
add_to_product_board:
8-
uses: FlowFuse/.github/.github/workflows/project-automation.yml@main
7+
add_issue_to_relevant_boards:
8+
uses: flowfuse/github-actions-workflows/.github/workflows/project-automation.yaml@project-automation/v1
99
secrets:
10-
token: ${{ secrets.PROJECT_ACCESS_TOKEN }}
10+
app-client-id: ${{ secrets.GH_BOT_APP_ID }}
11+
app-private-key: ${{ secrets.GH_BOT_APP_KEY }}

0 commit comments

Comments
 (0)