From e8ea6d4702c7df0976ff4a741156f8c0c0fc17ab Mon Sep 17 00:00:00 2001 From: arnaud bossobita Date: Sat, 27 Dec 2025 08:59:06 -0700 Subject: [PATCH] add azure login --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1953ea3..5389fe9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,13 @@ jobs: name: domtrain-artifacts #The name "domtrain-artifacts" is what makes teh link between the upload and download steps path: artifacts/ + - name: Azure login + uses: azure/login@v2 + with: + client-id: ${{ secrets.AZURE_CLIENT_ID }} + tenant-id: ${{ secrets.AZURE_TENANT_ID }} + subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} + # Deploy to Azure Web apps - name: 'Deploy to Azure App Service' uses: azure/webapps-deploy@v2