We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9384e21 + 1f1f1e0 commit fcebc6dCopy full SHA for fcebc6d
1 file changed
.github/workflows/call-end-to-end-tests.yml
@@ -13,9 +13,6 @@ 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
@@ -35,7 +32,6 @@ jobs:
35
32
github_ref: ${{ inputs.github_ref }}
36
33
endpoint: ${{ inputs.endpoint }}
37
34
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