Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/actions/build-proxies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ inputs:
required: false
default: false
environment:
description: "Deployment environment"
description: "Deployment environment (e.g. main, prNNN)"
required: true
apimEnv:
description: "APIM environment"
description: "APIM environment (e.g. internal-dev, int, ref, prod)"
required: true
runId:
description: "GitHub Actions run ID to fetch the OAS artifact from"
Expand Down Expand Up @@ -118,4 +118,5 @@ runs:
--apimEnvironment "${{ env.APIM_ENV }}" \
--boundedContext "notify-supplier" \
--targetDomain "$TARGET_DOMAIN" \
--version "${{ inputs.version }}"
--version "${{ inputs.version }}" \
--internalRef "feature/CCM-15594"
63 changes: 0 additions & 63 deletions .github/actions/build-sandbox/action.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/proxygen-credentials-template.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/proxygen-settings.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/deploy-supplier-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ jobs:
--targetEnvironment "${{ needs.validate.outputs.target_environment }}" \
--targetAccountGroup "${{ needs.validate.outputs.target_account_group }}" \
--targetComponent "api" \
--terraformAction "apply"
--terraformAction "apply" \
--internalRef "feature/CCM-15594"

deploy-proxy:
name: Deploy proxy
Expand Down
Loading