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 c7f9c3c commit d315b5aCopy full SHA for d315b5a
.github/workflows/run-e2e-tests.yml
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ubuntu-latest
29
env:
30
JAVA_VERSION: ${{ matrix.java }}
31
- AWS_DEFAULT_REGION: eu-west-1
+ AWS_REGION: eu-west-1
32
permissions:
33
id-token: write # needed to interact with GitHub's OIDC Token endpoint.
34
contents: read
@@ -50,6 +50,6 @@ jobs:
50
with:
51
role-to-assume: arn:aws:iam::979050318125:role/GitHubActionWithOIDC
52
role-session-name: AWSSession
53
- aws-region: ${{ env.AWS_DEFAULT_REGION }}
+ aws-region: ${{ env.AWS_REGION }}
54
- name: Run e2e test with Maven
55
run: mvn -Pe2e -B verify --file powertools-e2e-tests/pom.xml
0 commit comments