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 c75929b commit 8f41f18Copy full SHA for 8f41f18
.github/workflows/e2e-test.yaml
@@ -44,7 +44,7 @@ jobs:
44
mvn $MVN_ARGS "-Daicore.landscape=${{ matrix.environment }}"
45
env:
46
# See "End-to-end test application instructions" on the README.md to update the secret
47
- AICORE_SERVICE_KEY: ${{ matrix.secret-name }}
+ AICORE_SERVICE_KEY: ${{ secrets[matrix.secret-name] }}
48
49
- name: "Start Application Locally"
50
run: |
@@ -61,7 +61,7 @@ jobs:
61
done
62
63
64
65
66
- name: "Health Check"
67
# print response body with headers to stdout. q:body only O:print -:stdout S:headers
0 commit comments