Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
singhgss committed Nov 24, 2023
1 parent e889db4 commit a0db094
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sign-scripts-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
inlineScript: |
#Install-Module WindowsCompatibility -Confirm
$CertBase64 = Get-AzKeyVaultSecret -VaultName $env:VAULTNAME -Name $env:CERTNAME -AsPlainText
Write-Host "Cert is $CertBase64"
$CertBytes = [Convert]::FromBase64String($CertBase64)
$pfxCertFilePath = Join-Path -Path $PSScriptRoot -ChildPath "CodeSigningCertificate.pfx"
Set-Content -Value $CertBytes -Path $pfxCertFilePath -AsByteStream
Expand Down

0 comments on commit a0db094

Please sign in to comment.