We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1143a23 commit 71f164fCopy full SHA for 71f164f
.github/workflows/deploy.yaml
@@ -31,6 +31,7 @@ jobs:
31
id-token: write
32
with:
33
environment: ${{ inputs.environment || 'development' }}
34
+ config: ${{ inputs.config }}
35
secrets:
36
AWS_REGION: ${{ secrets.AWS_REGION }}
37
AWS_ROLE_ARN: ${{ secrets.AWS_ROLE_ARN }}
0 commit comments