Skip to content

Commit a0d6914

Browse files
committed
Use existing GitHubBenchmarkRole for AMI prebuild
Signed-off-by: Claude <[email protected]>
1 parent 13cb2a0 commit a0d6914

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ami-prebuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Configure AWS Credentials
5353
uses: aws-actions/configure-aws-credentials@v4
5454
with:
55-
role-to-assume: arn:aws:iam::375504701696:role/GitHubAMIBuilderRole
55+
role-to-assume: arn:aws:iam::375504701696:role/GitHubBenchmarkRole
5656
aws-region: ${{ env.AWS_REGION }}
5757

5858
- name: Build AMI
@@ -89,7 +89,7 @@ jobs:
8989
- name: Configure AWS Credentials
9090
uses: aws-actions/configure-aws-credentials@v4
9191
with:
92-
role-to-assume: arn:aws:iam::375504701696:role/GitHubAMIBuilderRole
92+
role-to-assume: arn:aws:iam::375504701696:role/GitHubBenchmarkRole
9393
aws-region: ${{ env.AWS_REGION }}
9494

9595
- name: Build AMI

0 commit comments

Comments
 (0)