Skip to content

Commit 2f53b0b

Browse files
authored
CCM-13451: Remove unneeded inputs from pr closed and release workflows (#288)
* CCM-13451: Remove unneeded inputs from pr closed and release workflows * CCM-13451: Remove unneeded inputs from pr closed and release workflows
1 parent 1d8701d commit 2f53b0b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/pr_closed.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ jobs:
6161
--targetEnvironment "main" \
6262
--targetAccountGroup "nhs-notify-supplier-api-dev" \
6363
--targetComponent "${{ matrix.component }}" \
64-
--terraformAction "apply" \
65-
--overrideProjectName "nhs" \
66-
--overrideRoleName "nhs-main-acct-supplier-api-github-deploy"
64+
--terraformAction "apply"
6765
6866
check-event-schemas-version-change:
6967
name: Check for event schemas package version change

.github/workflows/release_created.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,4 @@ jobs:
3737
--targetEnvironment "main" \
3838
--targetAccountGroup "nhs-notify-supplier-api-nonprod" \
3939
--targetComponent "${{ matrix.component }}" \
40-
--terraformAction "apply" \
41-
--overrideProjectName "nhs" \
42-
--overrideRoleName "nhs-main-acct-supplier-api-github-deploy"
40+
--terraformAction "apply"

0 commit comments

Comments
 (0)