bug: StepFunctions ListExecutions doesn't work and fails with an error when StateMachine ARN is not provided #13154
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: Sync Project Cards | |
on: | |
issues: | |
types: | |
- labeled | |
- unlabeled | |
- opened | |
jobs: | |
sync-with-project: | |
uses: localstack/meta/.github/workflows/sync-project.yml@main | |
secrets: | |
github-token: ${{ secrets.PRO_ACCESS_TOKEN }} |