Skip to content

Commit a24e30b

Browse files
committed
Adjust service key
1 parent e431e05 commit a24e30b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
mvn $MVN_ARGS "-Daicore.landscape=${{ matrix.environment }}"
4545
env:
4646
# See "End-to-end test application instructions" on the README.md to update the secret
47-
AICORE_SERVICE_KEY: ${{ secrets.AICORE_SERVICE_KEY }}
47+
AICORE_SERVICE_KEY: ${{ matrix.secret-name }}
4848

4949
- name: "Start Application Locally"
5050
run: |
@@ -61,7 +61,7 @@ jobs:
6161
done
6262
env:
6363
# See "End-to-end test application instructions" on the README.md to update the secret
64-
AICORE_SERVICE_KEY: ${{ secrets.AICORE_SERVICE_KEY }}
64+
AICORE_SERVICE_KEY: ${{ matrix.secret-name }}
6565

6666
- name: "Health Check"
6767
# print response body with headers to stdout. q:body only O:print -:stdout S:headers

0 commit comments

Comments
 (0)