File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 HTTP_AUTH_TOKEN_FOR_TESTS :
1717 description : HTTP Basic Auth token for the environment under test
1818 required : false
19- MAVIS_TESTING_REPO_ACCESS_TOKEN :
20- description : Access token for the manage-vaccinations-in-schools-testing repository
21- required : false
2219 IMMS_API_KEY_FOR_TESTS :
2320 description : API key to use NHS Immunisations API
2421 required : false
3936 endpoint : ${{ inputs.endpoint }}
4037 secrets :
4138 HTTP_AUTH_TOKEN_FOR_TESTS : ${{ secrets.HTTP_AUTH_TOKEN_FOR_TESTS }}
42- MAVIS_TESTING_REPO_ACCESS_TOKEN : ${{ secrets.MAVIS_TESTING_REPO_ACCESS_TOKEN }}
4339 IMMS_API_KEY : ${{ secrets.IMMS_API_KEY_FOR_TESTS }}
4440 IMMS_API_KID : ${{ secrets.IMMS_API_KID_FOR_TESTS }}
4541 IMMS_API_PEM : ${{ secrets.IMMS_API_PEM_FOR_TESTS }}
Original file line number Diff line number Diff line change 1212 type : string
1313 required : false
1414 default : next
15- secrets :
16- HTTP_AUTH_TOKEN_FOR_TESTS :
17- description : HTTP Basic Auth token for the environment under test
18- required : true
19- MAVIS_TESTING_REPO_ACCESS_TOKEN :
20- description : Access token for the manage-vaccinations-in-schools-testing repository
21- required : true
2215
2316permissions : {}
2417
Original file line number Diff line number Diff line change 1919 with :
2020 git_reference_for_database_image : ${{ github.base_ref }}
2121 git_reference_for_application_image : ${{ github.head_ref }}
22- secrets : inherit
2322
2423 local-e2e-flow :
2524 if : github.event.pull_request.head.repo.full_name != github.repository
You can’t perform that action at this time.
0 commit comments