Skip to content

Commit

Permalink
[Actions] Updated .github/workflows/deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Feb 11, 2025
1 parent 8f50423 commit 922fa3c
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 @@ -72,7 +72,7 @@ jobs:
echo "AWS_LOAD_BALANCER_PRIORITY: ${{inputs.AWS_LOAD_BALANCER_PRIORITY}}"
- name: "Configure AWS Credentials"
uses: aws-actions/configure-aws-credentials@v4.0.3
uses: aws-actions/configure-aws-credentials@v4.1.0
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}}
Expand Down

0 comments on commit 922fa3c

Please sign in to comment.