Skip to content

Commit

Permalink
chore: update version, and remove auth-type
Browse files Browse the repository at this point in the history
  • Loading branch information
matsest committed Sep 28, 2024
1 parent 531a0a6 commit 2e00eab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/login.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ jobs:
client-id: ${{ secrets.CLIENT_ID }}
tenant-id: ${{ secrets.TENANT_ID }}
subscription-id: ${{ secrets.SUBSCRIPTION_ID }}
auth-type: IDENTITY
enable-AzPSSession: true

- name: "Get resource groups"
uses: azure/powershell@v1
uses: azure/powershell@v2
with:
inlineScript: |
Get-AzResourceGroup
Expand Down

0 comments on commit 2e00eab

Please sign in to comment.