Skip to content

Commit

Permalink
Merge pull request #12 from np-complete/renovate/aws-actions-configur…
Browse files Browse the repository at this point in the history
…e-aws-credentials-4.x

Update aws-actions/configure-aws-credentials action to v4
  • Loading branch information
masarakki authored Dec 17, 2023
2 parents 8ff76fd + eb547f9 commit bddd3de
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 @@ -16,7 +16,7 @@ jobs:
commands: review-pdfmaker
- run: rm `bundle exec which review-pdfmaker`
- run: bundle exec rake pdf
- uses: aws-actions/configure-aws-credentials@v1
- uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.BOOK_DEPLOY_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.BOOK_DEPLOY_SECRET_KEY }}
Expand Down

0 comments on commit bddd3de

Please sign in to comment.