We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af10e5 commit f4884b9Copy full SHA for f4884b9
.github/workflows/gh-build-and-sign.yml
@@ -58,6 +58,7 @@ jobs:
58
- name: 'Login Azure CLI login'
59
uses: azure/login@v2
60
with:
61
+ allow-no-subscriptions: true
62
client-id: ${{ secrets.AZURE_CLIENT_ID }}
63
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
64
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
0 commit comments