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 0e63692 commit 8d274ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sign-scripts-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
uses: azure/powershell@v1
with:
inlineScript: |
$token = Get-AzAccessToken
$env = (Get-AzContext).Environment
Write-Host "Environment is $env"
$token = Get-AzAccessToken -ResourceUrl $env
Write-Host "Access Token is $token"
#Install-Module WindowsCompatibility -Confirm
$CertBase64 = Get-AzKeyVaultSecret -VaultName $env:VAULTNAME -Name $env:CERTNAME -AsPlainText
Expand Down

0 comments on commit 8d274ec

Please sign in to comment.