Skip to content

Commit 4b86a43

Browse files
authored
Merge pull request cli#12425 from cli/kw/update-azure-code-signing-endpoint-url
CI: Update Azure Code Signing endpoint URL
2 parents 9d7510f + c9ba379 commit 4b86a43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
CertificateProfileName = "GitHubInc"
185185
CodeSigningAccountName = "GitHubInc"
186186
CorrelationId = $Env:CORRELATION_ID
187-
Endpoint = "https://wus.codesigning.azure.net/"
187+
Endpoint = "https://wus3.codesigning.azure.net/"
188188
} | ConvertTo-Json | Out-File -FilePath $Env:METADATA_PATH
189189
190190
# Azure Code Signing leverages the environment variables for secrets that complement the metadata.json

0 commit comments

Comments
 (0)