Skip to content

Commit

Permalink
aws-actions/configure-aws-credentials 4
Browse files Browse the repository at this point in the history
  • Loading branch information
merojosa committed Mar 27, 2024
1 parent fc57700 commit 4b51e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.IAM_ROLE_ARN_GITHUB }}
role-duration-seconds: 14390
Expand Down

0 comments on commit 4b51e46

Please sign in to comment.