File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
4747 terraformAction : apply
4848
4949 acceptance-tests :
50+ secrets : inherit
5051 steps :
5152 - name : " Get normalized branch name"
5253 id : normalize_branch_name
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
7171 targetComponent : sandbox
7272
7373 sandbox-tear-down :
74+ secrets : inherit
7475 steps :
7576 - name : " Get normalized branch name"
7677 id : normalize_branch_name
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
You can’t perform that action at this time.
0 commit comments