From b74607d01ecd8eec8b435d07ecb7c2bb7f78692a Mon Sep 17 00:00:00 2001 From: Sean O'Brien <60306702+stobrien89@users.noreply.github.com> Date: Wed, 19 Aug 2026 13:54:09 -0400 Subject: [PATCH] chore: update role arn --- .github/workflows/pull-request-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-build.yml b/.github/workflows/pull-request-build.yml index 49fc035dd6..beac72c4bf 100644 --- a/.github/workflows/pull-request-build.yml +++ b/.github/workflows/pull-request-build.yml @@ -27,7 +27,7 @@ jobs: with: role-to-assume: ${{secrets.PR_WORKFLOW_IAM_ROLE_ARN}} role-session-name: PullRequestBuildGitHubAction - role-duration-seconds: 7200 + role-duration-seconds: 720 aws-region: us-west-2 - name: Download Build Script run: |