Skip to content

Commit 5387354

Browse files
committed
Fix typo in role
1 parent bed236a commit 5387354

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,10 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v4
3939

40-
- name: Debug GitHub context
41-
run: |
42-
echo "repository=${{ github.repository }}"
43-
echo "ref=${{ github.ref }}"
44-
echo "actor=${{ github.actor }}"
45-
echo "event=${{ github.event_name }}"
46-
4740
- name: Configure AWS credentials from OIDC
4841
uses: aws-actions/configure-aws-credentials@v4
4942
with:
50-
role-to-assume: arn:aws:iam::026527020864:role/GitHubActionsRole
43+
role-to-assume: arn:aws:iam::026527020864:role/GithubActionsRole
5144
aws-region: us-east-1
5245

5346
- name: Set up Python

0 commit comments

Comments
 (0)