From f88db2b168ac428e4e4574b8111105f622d085fe Mon Sep 17 00:00:00 2001 From: Serena Abbott Date: Mon, 6 Jan 2025 12:04:14 +0000 Subject: [PATCH] Fix ssl cert script It changes the profile name from stagingghbscdn to stagghbscdn which is how it appears in Azure, so that the script for checking and updating the SSL certification should run without errors. --- .../support-update-ssl-cert-validation-implementation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/support-update-ssl-cert-validation-implementation.yml b/.github/workflows/support-update-ssl-cert-validation-implementation.yml index dcf225898..18c6c15fd 100644 --- a/.github/workflows/support-update-ssl-cert-validation-implementation.yml +++ b/.github/workflows/support-update-ssl-cert-validation-implementation.yml @@ -35,7 +35,7 @@ jobs: zoneName="dev.get-help-buying-for-schools.service.gov.uk" elif [[ "${{ inputs.chosen_environment }}" == "az-staging" ]]; then customDomainName="stagingghbscustom-domain0" - profileName="stagingghbscdn" + profileName="stagghbscdn" zoneName="staging.get-help-buying-for-schools.service.gov.uk" elif [[ "${{ inputs.chosen_environment }}" == "az-production" ]]; then customDomainName="prodghbscustom-domain0"