fix: make clone_feature_states_async write only (#4811) #1464
This file contains 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: API Deploy to Staging ECS | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- api/** | |
- .github/** | |
- infrastructure/aws/staging/** | |
workflow_dispatch: | |
jobs: | |
deploy-ecs: | |
uses: ./.github/workflows/.reusable-deploy-ecs.yml | |
with: | |
environment: staging | |
secrets: inherit |