From 873ce7c332165562b814a0377ed7e3d729803161 Mon Sep 17 00:00:00 2001 From: Joni Harker Date: Fri, 22 Sep 2023 10:03:18 -0700 Subject: [PATCH] Bugfix: assume the correct role --- .github/workflows/post-merge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-merge.yaml b/.github/workflows/post-merge.yaml index 847ae9b..b38f93b 100644 --- a/.github/workflows/post-merge.yaml +++ b/.github/workflows/post-merge.yaml @@ -31,7 +31,7 @@ jobs: - uses: aws-actions/configure-aws-credentials@v3 with: aws-region: us-east-1 - role-to-assume: arn:aws:iam::745159704268:role/sagebase-github-oidc-lambda-template-deploy-sageit + role-to-assume: arn:aws:iam::745159704268:role/sagebase-github-oidc-lambda-template-deploy-sage role-session-name: GitHubActions-${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }} role-duration-seconds: 900