Skip to content

Commit

Permalink
Merge pull request #32 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 Sep 13, 2024
2 parents 72c3a6f + 0e04315 commit f8d062e
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 @@ -17,7 +17,7 @@ jobs:
bundler-cache: true
- 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 f8d062e

Please sign in to comment.