Skip to content

Commit

Permalink
test IDENTITY
Browse files Browse the repository at this point in the history
  • Loading branch information
matsest committed Sep 29, 2024
1 parent 2e00eab commit 9643ff2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/login.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Run Azure Login
on: [workflow_dispatch]
on:
push:
branches:
- test

permissions:
id-token: write
Expand All @@ -16,6 +19,7 @@ jobs:
tenant-id: ${{ secrets.TENANT_ID }}
subscription-id: ${{ secrets.SUBSCRIPTION_ID }}
enable-AzPSSession: true
auth-type: IDENTITY

- name: "Get resource groups"
uses: azure/powershell@v2
Expand Down

0 comments on commit 9643ff2

Please sign in to comment.