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