Skip to content

Commit 367bf08

Browse files
committed
CCM-10294: use new workflow
1 parent fadb85c commit 367bf08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/stage-4-acceptance.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
2929
3030
sandbox-set-up:
31+
secrets: inherit
3132
steps:
3233
- name: "Get normalized branch name"
3334
id: normalize_branch_name
3435
uses: ./.github/actions/normalize-branch-name
3536
- name: Step 1
3637
needs: generate-sandbox-name
3738
uses: ./.github/workflows/dispatch_internal_repo_workflow.yaml
38-
secrets: inherit
3939
with:
4040
jobName: Sandbox set up
4141
infraRepoName: nhs-notify-web-template-management
@@ -47,6 +47,7 @@ jobs:
4747
terraformAction: apply
4848

4949
acceptance-tests:
50+
secrets: inherit
5051
steps:
5152
- name: "Get normalized branch name"
5253
id: normalize_branch_name
@@ -60,7 +61,6 @@ jobs:
6061
# The nhs-notify-internal repo will run the tests
6162
# setup in ./.github/actions/acceptance-tests/action.yaml
6263
uses: ./.github/workflows/dispatch_internal_repo_workflow.yaml
63-
secrets: inherit
6464
with:
6565
jobName: Acceptance tests
6666
infraRepoName: nhs-notify-web-template-management
@@ -71,6 +71,7 @@ jobs:
7171
targetComponent: sandbox
7272

7373
sandbox-tear-down:
74+
secrets: inherit
7475
steps:
7576
- name: "Get normalized branch name"
7677
id: normalize_branch_name
@@ -82,7 +83,6 @@ jobs:
8283
if: always()
8384

8485
uses: ./.github/workflows/dispatch_internal_repo_workflow.yaml
85-
secrets: inherit
8686
with:
8787
jobName: Sandbox tear down
8888
infraRepoName: nhs-notify-web-template-management

0 commit comments

Comments
 (0)