Skip to content

Commit

Permalink
fix: Use correct codebuild role (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonparnell authored Mar 4, 2024
1 parent 8fe28c6 commit f475aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f475aa8

Please sign in to comment.