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 e431e05 commit a24e30bCopy full SHA for a24e30b
.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: ${{ secrets.AICORE_SERVICE_KEY }}
+ AICORE_SERVICE_KEY: ${{ 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