From c9ba3793ee96b668e6e36aed4311d97a887fd9be Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Mon, 5 Jan 2026 13:43:55 -0700 Subject: [PATCH] Update Azure Code Signing endpoint URL --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 973210915..68b5237a5 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -184,7 +184,7 @@ jobs: CertificateProfileName = "GitHubInc" CodeSigningAccountName = "GitHubInc" CorrelationId = $Env:CORRELATION_ID - Endpoint = "https://wus.codesigning.azure.net/" + Endpoint = "https://wus3.codesigning.azure.net/" } | ConvertTo-Json | Out-File -FilePath $Env:METADATA_PATH # Azure Code Signing leverages the environment variables for secrets that complement the metadata.json