We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13cb2a0 commit a0d6914Copy full SHA for a0d6914
.github/workflows/ami-prebuild.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Configure AWS Credentials
53
uses: aws-actions/configure-aws-credentials@v4
54
with:
55
- role-to-assume: arn:aws:iam::375504701696:role/GitHubAMIBuilderRole
+ role-to-assume: arn:aws:iam::375504701696:role/GitHubBenchmarkRole
56
aws-region: ${{ env.AWS_REGION }}
57
58
- name: Build AMI
@@ -89,7 +89,7 @@ jobs:
89
90
91
92
93
94
95
0 commit comments