Skip to content

Commit 7130561

Browse files
authored
CCM-11389: Dynamic workflow overrides destroy (#91)
1 parent 01f7df1 commit 7130561

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr_destroy_dynamic_env.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
--arg targetAccountGroup "nhs-notify-supplier-api-dev" \
2929
--arg targetComponent "api" \
3030
--arg terraformAction "destroy" \
31+
--arg overrideProjectName "nhs" \
32+
--arg overrideRoleName "nhs-main-acct-smsnudge-github-deploy" \
3133
'{ "ref": "main",
3234
"inputs": {
3335
"infraRepoName": $infraRepoName,
@@ -37,6 +39,8 @@ jobs:
3739
"targetAccountGroup", $targetAccountGroup,
3840
"targetComponent", $targetComponent,
3941
"terraformAction", $terraformAction,
42+
"overrideProjectName", $overrideProjectName,
43+
"overrideRoleName", $overrideRoleName,
4044
}
4145
}')
4246

0 commit comments

Comments
 (0)