Skip to content

Commit

Permalink
Update Actions/Sign/Sign.psm1
Browse files Browse the repository at this point in the history
Co-authored-by: Maria Zhelezova <[email protected]>
  • Loading branch information
freddydk and mazhelez authored Jun 6, 2024
1 parent 94c56b2 commit 99148c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Actions/Sign/Sign.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function Invoke-SigningTool() {

# Sign files
if ($ClientSecret) {
Write-Host "Using client secret"
Write-Host "Invoking signing tool using client secret"
. $signingToolExe code azure-key-vault `
--azure-key-vault-url "https://$KeyVaultName.vault.azure.net/" `
--azure-key-vault-certificate $CertificateName `
Expand Down

0 comments on commit 99148c9

Please sign in to comment.