From 699d75f4d52c7a99100f4afd91e69c14081044ae Mon Sep 17 00:00:00 2001 From: Khai Do Date: Thu, 29 Jun 2023 11:50:12 -0700 Subject: [PATCH] Set assume role duration to default Currently the deployment to prod account is only taking ~15 mins Reduce the GH OIDC assume role session window to the default which is 3600 secs. --- .github/workflows/main.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 39874318..2f80d608 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -55,7 +55,6 @@ jobs: sceptre-suffix: "prod" tower-url: "https://tower.sagebionetworks.org" aws-role-to-assume: "arn:aws:iam::728882028485:role/sagebase-github-oidc-workflows-prod-nextflow-infra" - aws-assume-role-duration: 14400 deploy-ampad: if: github.ref == 'refs/heads/prod'