Skip to content

Commit

Permalink
use aws creds v4 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexChesters authored Apr 8, 2024
1 parent 219acbb commit bd7de52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: package docs
run: Compress-Archive -Path README.txt -Update -DestinationPath c182rg-improvement-project.zip
- name: assume-github-actions-role
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.PROJECTS_BUCKET_LIVE_UPLOAD_ROLE_ARN }}
aws-region: eu-west-1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: package docs
run: Compress-Archive -Path README.txt -Update -DestinationPath c182rg-improvement-project.zip
- name: assume-github-actions-role
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.PROJECTS_BUCKET_LIVE_UPLOAD_ROLE_ARN }}
aws-region: eu-west-1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: package docs
run: Compress-Archive -Path README.txt -Update -DestinationPath c182rg-improvement-project.zip
- name: assume-github-actions-role
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.PROJECTS_BUCKET_LIVE_UPLOAD_ROLE_ARN }}
aws-region: eu-west-1
Expand Down

0 comments on commit bd7de52

Please sign in to comment.