Skip to content

Commit 0899d5b

Browse files
committed
Use project-automation workflow from github-actions-workflows repository
1 parent a656d32 commit 0899d5b

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)