Skip to content

Commit eb3f6d5

Browse files
log in to azure before trying to stop/start the web app
1 parent a1d06d2 commit eb3f6d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main_ourumbraco.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ jobs:
9393
uses: actions/download-artifact@v4
9494
with:
9595
name: ASP-app
96+
97+
- name: Login to Azure
98+
uses: azure/login@v1
99+
with:
100+
creds: ${{ secrets.AZURE_CREDENTIALS }}
96101

97102
- name: Stop App Service
98103
uses: azure/cli@v1

0 commit comments

Comments
 (0)