Forum Discussion
wiebeck
Mar 23, 2021Copper Contributor
GitHub Actions - az cli tool usable without azure/CLI action
Hi, until now I followed the documentation when executing commands via the Azure CLI tool: - name: Azure Login
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name...
wiebeck
Mar 25, 2021Copper Contributor