Skip to content

Commit 96b0d51

Browse files
committed
chore(ci): increase token expiration to 2 hrs
1 parent 0f63fce commit 96b0d51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull-request-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
role-to-assume: ${{ env.IAM_ROLE_ARN }}
3030
role-session-name: PullRequestBuildGitHubAction
3131
aws-region: us-west-2
32+
role-duration-seconds: 7200
3233
- name: Download Build Script
3334
run: |
3435
aws s3 cp s3://aws-sdk-builds-github-assets-prod-us-west-2/$SCRIPT_LOCATION ./$DOWNLOAD_FOLDER/$SCRIPT_LOCATION --no-progress
@@ -42,4 +43,4 @@ jobs:
4243
--branch "${{ github.event.pull_request.head.ref }}" \
4344
--pr-number "${{ github.event.pull_request.number }}" \
4445
--run-id "${{ github.run_id }}"
45-
timeout-minutes: 510 # 8.5 hours
46+
timeout-minutes: 120 # 2 hours

0 commit comments

Comments
 (0)