Skip to content

Commit

Permalink
fix(uat): extend token duration to 6 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
bgklika committed Jul 26, 2023
1 parent e1cede5 commit d43eecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/otf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
role-to-assume: ${{ env.AWS_ROLE_TO_ASSUME }}
role-session-name: cdaCI
aws-region: ${{ env.AWS_REGION }}
role-duration-seconds: 14400
role-duration-seconds: 21600
- name: Run UAT on linux
uses: aws-actions/aws-codebuild-run-build@v1
with:
Expand Down

0 comments on commit d43eecc

Please sign in to comment.