Skip to content

Commit aec2495

Browse files
committed
fix(ci): use proper role in e2e aws auth
1 parent 625ae0b commit aec2495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Acquire AWS Credentials
4141
uses: aws-actions/configure-aws-credentials@v4
4242
with:
43-
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
43+
role-to-assume: ${{ secrets.AWS_ROLE_ARN_ }}
4444
aws-region: "eu-central-1"
4545

4646
- name: checkout sidechains-tests develop

0 commit comments

Comments
 (0)