Skip to content

Commit 56680d5

Browse files
committed
Restore REGRESSION_TESTS_APP_ID vars
1 parent b984ed6 commit 56680d5

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/cdk_release_code.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/run_regression_tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ on:
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
@@ -37,7 +34,7 @@ jobs:
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"

0 commit comments

Comments
 (0)