skip to Main Content

Ubuntu – Azure cant login from github actions

Im trying to deploy from github actions using the following yml: jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: "Login via Azure CLI" uses: azure/login@v1 with: client-id: GUID tenant-id: GUID subscription-id: GUID but im getting the error: Please…

VIEW QUESTION
Back To Top
Search