We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 234e31c + 6a28ff4 commit 63a9311Copy full SHA for 63a9311
1 file changed
.github/workflows/call-end-to-end-tests.yml
@@ -13,6 +13,9 @@ on:
13
required: true
14
type: string
15
secrets:
16
+ HTTP_AUTH_TOKEN_FOR_TESTS:
17
+ description: HTTP Basic Auth token for the environment under test
18
+ required: false
19
IMMS_API_KEY_FOR_TESTS:
20
description: API key to use NHS Immunisations API
21
required: false
@@ -32,6 +35,7 @@ jobs:
32
35
github_ref: ${{ inputs.github_ref }}
33
36
endpoint: ${{ inputs.endpoint }}
34
37
38
+ HTTP_AUTH_TOKEN_FOR_TESTS: ${{ secrets.HTTP_AUTH_TOKEN_FOR_TESTS }}
39
IMMS_API_KEY: ${{ secrets.IMMS_API_KEY_FOR_TESTS }}
40
IMMS_API_KID: ${{ secrets.IMMS_API_KID_FOR_TESTS }}
41
IMMS_API_PEM: ${{ secrets.IMMS_API_PEM_FOR_TESTS }}
0 commit comments