Skip to content

Commit

Permalink
fix: Update AWS role duration to 900 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Armadillidiid committed Apr 8, 2024
1 parent ed852f4 commit f45012a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
role-duration-seconds: 600
role-duration-seconds: 900
aws-region: ${{ secrets.AWS_REGION }}

- name: Login to Amazon ECR
Expand Down

0 comments on commit f45012a

Please sign in to comment.