File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -29,16 +29,20 @@ jobs:
2929 --arg targetComponent "api" \
3030 --arg terraformAction "apply" \
3131 --arg overrides "branch_name=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" \
32+ --arg overrideProjectName "nhs" \
33+ --arg overrideRoleName "nhs-main-acct-supplier-api-github-deploy" \
3234 '{ "ref": "main",
3335 "inputs": {
34- "infraRepoName": $infraRepoName,
36+ "infraRepoName", $infraRepoName,
3537 "releaseVersion", $releaseVersion,
3638 "targetProject", $targetProject,
3739 "targetEnvironment", $targetEnvironment,
3840 "targetAccountGroup", $targetAccountGroup,
3941 "targetComponent", $targetComponent,
4042 "terraformAction", $terraformAction,
4143 "overrides", $overrides,
44+ "overrideProjectName", $overrideProjectName,
45+ "overrideRoleName", $overrideRoleName,
4246 }
4347 }')
4448
You can’t perform that action at this time.
0 commit comments