We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c71ce6c + 9af3ed8 commit 8b81384Copy full SHA for 8b81384
.github/workflows/deploy-staging-ecs.yml
@@ -43,13 +43,6 @@ jobs:
43
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID || '' }}
44
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY || '' }}
45
46
- - name: Pull secrets from AWS SSM parameter store
47
- if: ${{ vars.ssm_param_store_prefix }}
48
- uses: infinum/[email protected]
49
- with:
50
- prefix: ${{ vars.ssm_param_store_prefix }}
51
- destination_path: ${{ vars.ssm_param_store_destination_path }}
52
-
53
- name: Configure custom region for AWS ECR
54
if: ${{ vars.aws_ecr_region != vars.aws_region }}
55
uses: aws-actions/configure-aws-credentials@v4
0 commit comments