Rename question step type to reflect the change in the forms-admin API #5841
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Trello Poster | |
| on: | |
| pull_request: | |
| types: [opened, edited] | |
| jobs: | |
| trello-poster: | |
| uses: alphagov/forms-deploy/.github/workflows/trello-poster.yml@main | |
| secrets: | |
| TRELLO_API_TOKEN: ${{ secrets.TRELLO_API_TOKEN }} | |
| TRELLO_API_KEY: ${{ secrets.TRELLO_API_KEY }} |