File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -188,6 +188,5 @@ jobs:
188188 with :
189189 ENVIRONMENT : ${{ inputs.TARGET_ENVIRONMENT }}
190190 VERSION_NUMBER : ${{ inputs.VERSION_NUMBER }}
191- REGRESSION_TESTS_APP_ID : ${{ vars.REGRESSION_TESTS_APP_ID }}
192191 secrets :
193192 REGRESSION_TESTS_PEM : ${{ secrets.REGRESSION_TESTS_PEM }}
Original file line number Diff line number Diff line change 1212 REGRESSION_TESTS_PEM :
1313 type : string
1414 default : " false"
15- REGRESSION_TESTS_APP_ID :
16- required : true
17- type : string
1815 secrets :
1916 REGRESSION_TESTS_PEM :
2017 required : true
3734 id : generate-token
3835 uses : actions/create-github-app-token@v2
3936 with :
40- app-id : ${{ inputs .REGRESSION_TESTS_APP_ID }}
37+ app-id : ${{ vars .REGRESSION_TESTS_APP_ID }}
4138 private-key : ${{ secrets.REGRESSION_TESTS_PEM }}
4239 owner : " NHSDigital"
4340 repositories : " electronic-prescription-service-api-regression-tests"
You can’t perform that action at this time.
0 commit comments