Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
singhgss committed Nov 23, 2023
1 parent f95bc63 commit 2302b9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/sign-scripts-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
with:
inlineScript: |
Install-Module WindowsCompatibility -Confirm
Import-WinModule PKI -Confirm
$CertBase64 = Get-AzKeyVaultSecret -VaultName $env:VAULTNAME -Name $env:CERTNAME -AsPlainText
$CertBytes = [Convert]::FromBase64String($CertBase64)
$pfxCertFilePath = Join-Path -Path $PSScriptRoot -ChildPath "CodeSigningCertificate.pfx"
Expand Down

0 comments on commit 2302b9b

Please sign in to comment.