MoChilia / ActionDemo

0 stars 0 forks source link

📢 Azure/login v2 Release Announcement #2

Closed MoChilia closed 1 month ago

MoChilia commented 5 months ago

👀 What’s new in azure/login@v2?

⚠️ This is breaking change

To apply this change, please update the version of azure/login to v2 in your workflow files.

    - name: Azure Login
      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