Skip to content

Commit 26ae22f

Browse files
committed
Add IMMS API secrets to CD E2E test workflow call
1 parent 93ec92d commit 26ae22f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/call-end-to-end-tests.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ on:
1919
MAVIS_TESTING_REPO_ACCESS_TOKEN:
2020
description: Access token for the manage-vaccinations-in-schools-testing repository
2121
required: false
22+
IMMS_API_KEY_FOR_TESTS:
23+
description: API key to use NHS Immunisations API
24+
required: false
25+
IMMS_API_KID_FOR_TESTS:
26+
description: API KID to use NHS Immunisations API
27+
required: false
28+
IMMS_API_PEM_FOR_TESTS:
29+
description: API PEM to use NHS Immunisations API
30+
required: false
2231

2332
jobs:
2433
call-tests:
@@ -31,3 +40,6 @@ jobs:
3140
secrets:
3241
HTTP_AUTH_TOKEN_FOR_TESTS: ${{ secrets.HTTP_AUTH_TOKEN_FOR_TESTS }}
3342
MAVIS_TESTING_REPO_ACCESS_TOKEN: ${{ secrets.MAVIS_TESTING_REPO_ACCESS_TOKEN }}
43+
IMMS_API_KEY: ${{ secrets.IMMS_API_KEY_FOR_TESTS }}
44+
IMMS_API_KID: ${{ secrets.IMMS_API_KID_FOR_TESTS }}
45+
IMMS_API_PEM: ${{ secrets.IMMS_API_PEM_FOR_TESTS }}

0 commit comments

Comments
 (0)