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 c5bd589 commit 556cf2dCopy full SHA for 556cf2d
.github/workflows/dev.yml
@@ -58,7 +58,7 @@ jobs:
58
with:
59
client-id: ${{ secrets.AZURE_APP_ID }}
60
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
61
- allow-no-subscription: true
+ subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
62
63
- name: Deploy to Azure Web App
64
id: deploy-to-webapp
.github/workflows/prod.yml
@@ -57,7 +57,7 @@ jobs:
57
0 commit comments