From 9af3ed8adc05a7cc8f027671da2578ec7d9e3ab0 Mon Sep 17 00:00:00 2001 From: Vedran Devcic Date: Fri, 7 Feb 2025 13:42:50 +0100 Subject: [PATCH] Remove parameter store --- .github/workflows/deploy-staging-ecs.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/deploy-staging-ecs.yml b/.github/workflows/deploy-staging-ecs.yml index 863791d..af06616 100644 --- a/.github/workflows/deploy-staging-ecs.yml +++ b/.github/workflows/deploy-staging-ecs.yml @@ -43,13 +43,6 @@ jobs: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID || '' }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY || '' }} - - name: Pull secrets from AWS SSM parameter store - if: ${{ vars.ssm_param_store_prefix }} - uses: infinum/action-pull-from-parameter-store@v1.0.0 - with: - prefix: ${{ vars.ssm_param_store_prefix }} - destination_path: ${{ vars.ssm_param_store_destination_path }} - - name: Configure custom region for AWS ECR if: ${{ vars.aws_ecr_region != vars.aws_region }} uses: aws-actions/configure-aws-credentials@v4