Skip to content

Commit fcebc6d

Browse files
authored
Merge pull request #6558 from NHSDigital/fix-dependabot-pr-e2e-tests-follow-up
Remove unneeded secret inputs from E2E test workflow (follow-up)
2 parents 9384e21 + 1f1f1e0 commit fcebc6d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ 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
1916
IMMS_API_KEY_FOR_TESTS:
2017
description: API key to use NHS Immunisations API
2118
required: false
@@ -35,7 +32,6 @@ jobs:
3532
github_ref: ${{ inputs.github_ref }}
3633
endpoint: ${{ inputs.endpoint }}
3734
secrets:
38-
HTTP_AUTH_TOKEN_FOR_TESTS: ${{ secrets.HTTP_AUTH_TOKEN_FOR_TESTS }}
3935
IMMS_API_KEY: ${{ secrets.IMMS_API_KEY_FOR_TESTS }}
4036
IMMS_API_KID: ${{ secrets.IMMS_API_KID_FOR_TESTS }}
4137
IMMS_API_PEM: ${{ secrets.IMMS_API_PEM_FOR_TESTS }}

0 commit comments

Comments
 (0)