From 00bcd2df0d10d41274be385faf6c7236e6047805 Mon Sep 17 00:00:00 2001 From: John Heher Date: Thu, 11 Jan 2024 18:31:15 -0600 Subject: [PATCH 1/2] docs: Updates role-duration-seconds to match up with the default for a new iam role --- www/docs/going-to-production.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/going-to-production.md b/www/docs/going-to-production.md index 14fe798658..d0edbaad1f 100644 --- a/www/docs/going-to-production.md +++ b/www/docs/going-to-production.md @@ -140,7 +140,7 @@ To setup OpenID Connect manually: uses: aws-actions/configure-aws-credentials@v2 with: role-to-assume: arn:aws:iam::1234567890:role/GitHub - role-duration-seconds: 14390 #adjust as needed for your build time + role-duration-seconds: 3600 #adjust as needed for your build time aws-region: us-east-1 - name: Deploy app run: | From 0b1791577520c2dcb612bf2a4c1a25327c29213d Mon Sep 17 00:00:00 2001 From: John Heher Date: Thu, 11 Jan 2024 18:36:01 -0600 Subject: [PATCH 2/2] docs: Updates aws auth version number --- www/docs/going-to-production.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/going-to-production.md b/www/docs/going-to-production.md index d0edbaad1f..9130a2f207 100644 --- a/www/docs/going-to-production.md +++ b/www/docs/going-to-production.md @@ -137,7 +137,7 @@ To setup OpenID Connect manually: - name: Git clone the repository uses: actions/checkout@v3 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v3 with: role-to-assume: arn:aws:iam::1234567890:role/GitHub role-duration-seconds: 3600 #adjust as needed for your build time