Azure / cli

Automate your GitHub workflows using Azure CLI scripts
MIT License
124 stars 52 forks source link

Pre Azure Login is getting added and GitHub actions is failing #131

Closed wulfnb closed 5 months ago

wulfnb commented 5 months ago

In GitHub actions, I'm using Azure Login.

But 4 hours ago its getting added Pre Azure Login and Post Azure login and its failing.

    - name: Azure login
      uses: Azure/login@v1
      with:
        creds: 
Screenshot 2024-01-16 at 6 24 43 PM Screenshot 2024-01-16 at 6 28 16 PM
lapee79 commented 5 months ago

I'm experiencing the same issue.

image

MoChilia commented 5 months ago

Hi @wulfnb, @lapee79, it seems the similar issue as https://github.com/Azure/login/issues/403. We have create a preview test tag v1.6.1, you can try azure/login@v1.6.1 to verify if it fixes your issue.

MoChilia commented 5 months ago

Let's track this issue in https://github.com/Azure/login/issues/403.

lapee79 commented 5 months ago

After I updated the step to use azure/login@v1.6.1, it worked! Thanks!

image