File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -188,5 +188,6 @@ jobs:
188188 with :
189189 ENVIRONMENT : ${{ inputs.TARGET_ENVIRONMENT }}
190190 VERSION_NUMBER : ${{ inputs.VERSION_NUMBER }}
191+ REGRESSION_TESTS_APP_ID : ${{ vars.REGRESSION_TESTS_APP_ID }}
191192 secrets :
192193 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
1518 secrets :
1619 REGRESSION_TESTS_PEM :
1720 required : true
3437 id : generate-token
3538 uses : actions/create-github-app-token@v2
3639 with :
37- app-id : ${{ vars .REGRESSION_TESTS_APP_ID }}
40+ app-id : ${{ inputs .REGRESSION_TESTS_APP_ID }}
3841 private-key : ${{ secrets.REGRESSION_TESTS_PEM }}
3942 owner : " NHSDigital"
4043 repositories : " electronic-prescription-service-api-regression-tests"
You can’t perform that action at this time.
0 commit comments