Skip to content

Commit 6a28ff4

Browse files
committed
Pass HTTP_AUTH_TOKEN_FOR_TESTS to e2e workflow again
1 parent 234e31c commit 6a28ff4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
required: true
1414
type: string
1515
secrets:
16+
HTTP_AUTH_TOKEN_FOR_TESTS:
17+
description: HTTP Basic Auth token for the environment under test
18+
required: false
1619
IMMS_API_KEY_FOR_TESTS:
1720
description: API key to use NHS Immunisations API
1821
required: false
@@ -32,6 +35,7 @@ jobs:
3235
github_ref: ${{ inputs.github_ref }}
3336
endpoint: ${{ inputs.endpoint }}
3437
secrets:
38+
HTTP_AUTH_TOKEN_FOR_TESTS: ${{ secrets.HTTP_AUTH_TOKEN_FOR_TESTS }}
3539
IMMS_API_KEY: ${{ secrets.IMMS_API_KEY_FOR_TESTS }}
3640
IMMS_API_KID: ${{ secrets.IMMS_API_KID_FOR_TESTS }}
3741
IMMS_API_PEM: ${{ secrets.IMMS_API_PEM_FOR_TESTS }}

0 commit comments

Comments
 (0)