Skip to content

Commit

Permalink
Add role-duration-seconds to aws creds step in workflow (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
RothAndrew authored and JaseKoonce committed Mar 31, 2023
1 parent bac6612 commit 1b79664
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ jobs:
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
role-session-name: ${{ github.event.client_payload.pull_request.head.sha || github.sha }}
aws-region: us-east-1
# 21600 seconds == 6 hours
role-duration-seconds: 21600

- name: "Run E2E tests"
env:
Expand Down

0 comments on commit 1b79664

Please sign in to comment.