Skip to content

Commit 556cf2d

Browse files
committed
Updates GH actions to include subscription ID
1 parent c5bd589 commit 556cf2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
client-id: ${{ secrets.AZURE_APP_ID }}
6060
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
61-
allow-no-subscription: true
61+
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
6262

6363
- name: Deploy to Azure Web App
6464
id: deploy-to-webapp

.github/workflows/prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
client-id: ${{ secrets.AZURE_APP_ID }}
5959
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
60-
allow-no-subscription: true
60+
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
6161

6262
- name: Deploy to Azure Web App
6363
id: deploy-to-webapp

0 commit comments

Comments
 (0)