Skip to content

Commit 4767cdd

Browse files
CCM-1190 Fixing package.json
1 parent 95d0dee commit 4767cdd

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

.github/workflows/pr_closed.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,6 @@ jobs:
6060
--targetEnvironment "main" \
6161
--targetAccountGroup "nhs-notify-client-config-dev" \
6262
--targetComponent "${{ matrix.component }}" \
63-
--terraformAction "apply"
63+
--terraformAction "apply" \
64+
--overrideProjectName "nhs" \
65+
--overrideRoleName "nhs-main-acct-client-config-github-deploy"

.github/workflows/pr_create_dynamic_env.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ jobs:
3434
--targetComponent "ccbranch" \
3535
--targetAccountGroup "nhs-notify-client-config-dev" \
3636
--terraformAction "apply" \
37-
--overrides "branch_name=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}"
37+
--overrides "branch_name=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" \
38+
--overrideProjectName "nhs" \
39+
--overrideRoleName "nhs-main-acct-client-config-github-deploy"

.github/workflows/pr_destroy_dynamic_env.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ jobs:
3232
--targetEnvironment "pr${{ github.event.number }}" \
3333
--targetComponent "ccbranch" \
3434
--targetAccountGroup "nhs-notify-client-config-dev" \
35-
--terraformAction "destroy"
35+
--terraformAction "destroy" \
36+
--overrideProjectName "nhs" \
37+
--overrideRoleName "nhs-main-acct-client-config-github-deploy"

.github/workflows/release_created.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ jobs:
3636
--targetEnvironment "main" \
3737
--targetAccountGroup "nhs-notify-client-config-nonprod" \
3838
--targetComponent "${{ matrix.component }}" \
39-
--terraformAction "apply"
39+
--terraformAction "apply" \
40+
--overrideProjectName "nhs" \
41+
--overrideRoleName "nhs-main-acct-client-config-github-deploy"

0 commit comments

Comments
 (0)