We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed236a commit 5387354Copy full SHA for 5387354
1 file changed
.github/workflows/benchmark.yml
@@ -37,17 +37,10 @@ jobs:
37
steps:
38
- uses: actions/checkout@v4
39
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
-
47
- name: Configure AWS credentials from OIDC
48
uses: aws-actions/configure-aws-credentials@v4
49
with:
50
- role-to-assume: arn:aws:iam::026527020864:role/GitHubActionsRole
+ role-to-assume: arn:aws:iam::026527020864:role/GithubActionsRole
51
aws-region: us-east-1
52
53
- name: Set up Python
0 commit comments