We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d7510f + c9ba379 commit 4b86a43Copy full SHA for 4b86a43
1 file changed
.github/workflows/deployment.yml
@@ -184,7 +184,7 @@ jobs:
184
CertificateProfileName = "GitHubInc"
185
CodeSigningAccountName = "GitHubInc"
186
CorrelationId = $Env:CORRELATION_ID
187
- Endpoint = "https://wus.codesigning.azure.net/"
+ Endpoint = "https://wus3.codesigning.azure.net/"
188
} | ConvertTo-Json | Out-File -FilePath $Env:METADATA_PATH
189
190
# Azure Code Signing leverages the environment variables for secrets that complement the metadata.json
0 commit comments