File tree Expand file tree Collapse file tree 1 file changed +13
-16
lines changed
Expand file tree Collapse file tree 1 file changed +13
-16
lines changed Original file line number Diff line number Diff line change @@ -12,19 +12,16 @@ concurrency:
1212jobs :
1313 create-dynamic-environment :
1414 name : Create Dynamic Environment
15- runs-on : ubuntu-latest
16-
17- steps :
18- - name : Trigger nhs-notify-internal dynamic environment workflow
19- needs : generate-sandbox-name
20- uses : ./.github/workflows/dispatch_internal_repo_workflow.yaml
21- with :
22- jobName : Sandbox set up
23- infraRepoName : nhs-notify-web-template-management
24- releaseVersion : ${{ github.head_ref || github.ref_name }}
25- targetWorkflow : dispatch-deploy-dynamic-env.yaml
26- targetEnvironment : pr${{ github.event.number }}
27- targetAccountGroup : nhs-notify-template-management-dev
28- targetComponent : branch
29- terraformAction : apply
30- overrides : branch_name=${{ github.head_ref || github.ref_name }}
15+ needs : generate-sandbox-name
16+ uses : ./.github/workflows/dispatch_internal_repo_workflow.yaml
17+ secrets : inherit
18+ with :
19+ jobName : Sandbox set up
20+ infraRepoName : nhs-notify-web-template-management
21+ releaseVersion : ${{ github.head_ref || github.ref_name }}
22+ targetWorkflow : dispatch-deploy-dynamic-env.yaml
23+ targetEnvironment : pr${{ github.event.number }}
24+ targetAccountGroup : nhs-notify-template-management-dev
25+ targetComponent : branch
26+ terraformAction : apply
27+ overrides : branch_name=${{ github.head_ref || github.ref_name }}
You can’t perform that action at this time.
0 commit comments