diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 17aac72de..a02074e84 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,9 +14,11 @@ jobs: - name: Azure CLI Login uses: azure/login@v2 with: + auth-type: IDENTITY client-id: ${{ secrets.AZURE_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }} subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} + enable-AzPSSession: true - name: Azure CLI script uses: azure/cli@v2