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 947b799 commit f95bc63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sign-scripts-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
uses: azure/powershell@v1
with:
inlineScript: |
Install-Module WindowsCompatibility
Import-WinModule PKI
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 f95bc63

Please sign in to comment.