Skip to content

Commit 71f164f

Browse files
authored
ci: Added missing parameter in deployment workflow. (#14)
1 parent 1143a23 commit 71f164f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
id-token: write
3232
with:
3333
environment: ${{ inputs.environment || 'development' }}
34+
config: ${{ inputs.config }}
3435
secrets:
3536
AWS_REGION: ${{ secrets.AWS_REGION }}
3637
AWS_ROLE_ARN: ${{ secrets.AWS_ROLE_ARN }}

0 commit comments

Comments
 (0)