Skip to content

Commit

Permalink
Use configure-aws-credentials@v2 in README.md (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
AJamesPhillips authored May 4, 2023
1 parent b42eb7a commit 12a6719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: aws-actions/setup-sam@v2
with:
use-installer: true
- uses: aws-actions/configure-aws-credentials@v1
- uses: aws-actions/configure-aws-credentials@v2
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 12a6719

Please sign in to comment.