We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582c541 commit a18be26Copy full SHA for a18be26
1 file changed
.github/workflows/stage-3-build.yaml
@@ -188,7 +188,8 @@ jobs:
188
--targetAccountGroup "nhs-notify-supplier-api-dev" \
189
--terraformAction "apply" \
190
--overrideProjectName "nhs" \
191
- --overrideRoleName "nhs-main-acct-supplier-api-github-deploy"
+ --overrideRoleName "nhs-main-acct-supplier-api-github-deploy" \
192
+ --internalRef "feature/CCM-17012" # TO BE REMOVED - used to trigger workflow until internal branch merges.
193
populate-config:
194
name: "Populate Supplier Config"
195
runs-on: ubuntu-latest
0 commit comments