Skip to content

Commit cc0f62f

Browse files
committed
Switch Trello poster workflow to reusable workflow
Replaces the custom Trello poster workflow with a reusable workflow from alphagov/forms-deploy. This simplifies maintenance and ensures consistency with the main repository. This also renames trello_poster.yml to trello-poster.yml for filename consistency.
1 parent 2202616 commit cc0f62f

2 files changed

Lines changed: 10 additions & 14 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Trello Poster
2+
on:
3+
pull_request:
4+
types: [opened, edited]
5+
jobs:
6+
trello-poster:
7+
uses: alphagov/forms-deploy/.github/workflows/trello-poster.yml@main
8+
secrets:
9+
TRELLO_API_TOKEN: ${{ secrets.TRELLO_API_TOKEN }}
10+
TRELLO_API_KEY: ${{ secrets.TRELLO_API_KEY }}

.github/workflows/trello_poster.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)