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 0d9ccad commit c7f9c3cCopy full SHA for c7f9c3c
.github/workflows/run-e2e-tests.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Setup AWS credentials
49
uses: aws-actions/configure-aws-credentials@master
50
with:
51
- role-to-assume: ${{ secrets.AWS_ROLE_ARN_TO_ASSUME }}
+ role-to-assume: arn:aws:iam::979050318125:role/GitHubActionWithOIDC
52
role-session-name: AWSSession
53
aws-region: ${{ env.AWS_DEFAULT_REGION }}
54
- name: Run e2e test with Maven
0 commit comments