Skip to content

Commit f17f7fe

Browse files
committed
misunderstood review comment, just need to remove one line
1 parent 2b6bd9b commit f17f7fe

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/benchmarking.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ jobs:
9191
steps:
9292
- uses: actions/checkout@v4
9393

94+
- name: Configure AWS credentials # necessary on Azure runners
95+
uses: aws-actions/configure-aws-credentials@v4
96+
with:
97+
aws-region: us-east-2
98+
role-to-assume: ${{ secrets.DEV_AWS_OIDC_ROLE_ARN }}
99+
94100
- name: Download Neon artifact
95101
uses: ./.github/actions/download
96102
with:
@@ -343,7 +349,13 @@ jobs:
343349

344350
steps:
345351
- uses: actions/checkout@v4
346-
352+
353+
- name: Configure AWS credentials # necessary on Azure runners
354+
uses: aws-actions/configure-aws-credentials@v4
355+
with:
356+
aws-region: us-east-2
357+
role-to-assume: ${{ secrets.DEV_AWS_OIDC_ROLE_ARN }}
358+
347359
- name: Download Neon artifact
348360
uses: ./.github/actions/download
349361
with:

0 commit comments

Comments
 (0)