Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstrup1 committed May 22, 2024
1 parent 40605e0 commit 2016385
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,17 @@ jobs:
runs-on: [ windows-latest ]
steps:
- name: 'Az CLI login'
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
enable-AzPSSession: true

- name: Deploy
run: |
$context = Get-AzContext
Write-Host "Logged in to Azure as $($context.Account.Id)"
Install-Module -Name Az -Repository PSGallery -Scope CurrentUser -Force -AllowClobber
Write-Host "Upload to storage (preview)"
Expand Down

0 comments on commit 2016385

Please sign in to comment.