From f475aa8b64d16dad542de510466a3f1ab14e5ef3 Mon Sep 17 00:00:00 2001 From: Clayton Parnell <42805768+claytonparnell@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:59:53 -0500 Subject: [PATCH] fix: Use correct codebuild role (#192) --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index b83981d6..54494308 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -88,7 +88,7 @@ jobs: - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v4 with: - role-to-assume: arn:aws:iam::700843992353:role/codebuild-start-build-role + role-to-assume: ${{ secrets.START_CODEBUILD_ROLE }} aws-region: us-west-2 # CodeBuild timeout of 8 hours role-duration-seconds: 3840