We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9b5f5 commit 8880a0fCopy full SHA for 8880a0f
1 file changed
.github/workflows/call-end-to-end-tests.yml
@@ -16,9 +16,6 @@ on:
16
HTTP_AUTH_TOKEN_FOR_TESTS:
17
description: HTTP Basic Auth token for the environment under test
18
required: false
19
- MAVIS_TESTING_REPO_ACCESS_TOKEN:
20
- description: Access token for the manage-vaccinations-in-schools-testing repository
21
- required: false
22
IMMS_API_KEY_FOR_TESTS:
23
description: API key to use NHS Immunisations API
24
@@ -39,7 +36,6 @@ jobs:
39
36
endpoint: ${{ inputs.endpoint }}
40
37
secrets:
41
38
HTTP_AUTH_TOKEN_FOR_TESTS: ${{ secrets.HTTP_AUTH_TOKEN_FOR_TESTS }}
42
- 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