diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 458a443d..36055105 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -56,7 +56,7 @@ jobs: - name: "Configure AWS Credentials" uses: aws-actions/configure-aws-credentials@v4.0.2 with: - aws-access-key-id: ${{inputs.AWS_DOCKER_CONTAINER_REGISTRY_ACCESS_KEY_ID}} + aws-access-key-id: ${{secrets.AWS_DOCKER_CONTAINER_REGISTRY_ACCESS_KEY_ID}} aws-secret-access-key: ${{secrets.AWS_DOCKER_CONTAINER_REGISTRY_SECRET_ACCESS_KEY}} aws-region: ${{vars.AWS_REGION}}