diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e1e86a66..ee4c8ac5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -90,7 +90,7 @@ jobs: template: "${{github.workspace}}/${{inputs.CLOUD_FORMATION_TEMPLATE_FILE}}" - name: "Configure AWS Credentials" - uses: aws-actions/configure-aws-credentials@v6.2.0 + uses: aws-actions/configure-aws-credentials@v6.2.1 with: aws-access-key-id: ${{secrets.AWS_DOCKER_CONTAINER_REGISTRY_ACCESS_KEY_ID}} aws-secret-access-key: ${{secrets.AWS_DOCKER_CONTAINER_REGISTRY_SECRET_ACCESS_KEY}}