Skip to content

Commit

Permalink
should be secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Sep 24, 2024
1 parent cc6d74d commit 5d12b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: "Configure AWS Credentials"
uses: aws-actions/[email protected]
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}}

Expand Down

0 comments on commit 5d12b91

Please sign in to comment.