fix: users with VIEW_ENVIRONMENT should be able to retrieve environme… #1463
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 |