Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
matsest committed Sep 28, 2024
1 parent 531a0a6 commit a29c35e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/login.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Run Azure Login
on: [workflow_dispatch]
on:
push:
branches:
- test
workflow_dispatch:

permissions:
id-token: write
Expand All @@ -10,12 +14,11 @@ jobs:
environment: Azure
steps:
- name: "Azure PowerShell login"
uses: azure/login@v2
uses: azure/login@v1.6.1
with:
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"
Expand Down

0 comments on commit a29c35e

Please sign in to comment.