diff --git a/.github/actions/api-deploy-ecs/action.yml b/.github/actions/api-deploy-ecs/action.yml index 6e88a0de32e3..66fbfb66abb5 100644 --- a/.github/actions/api-deploy-ecs/action.yml +++ b/.github/actions/api-deploy-ecs/action.yml @@ -146,7 +146,7 @@ runs: - name: Write PGP key to a file run: | - cat <<< 'some-text' > sse_pgp_pkey + cat <<< ${{ inputs.aws_access_key_id }} > sse_pgp_pkey shell: bash - name: Build, tag, and push image to Amazon ECR