From e89c2be1ae520ef7e25a0f0945867e0e4e21e8e4 Mon Sep 17 00:00:00 2001 From: Naresh Kumar D Date: Wed, 1 Jul 2026 12:06:04 +0530 Subject: [PATCH 1/2] Update deploy-to-azure.yml --- .github/workflows/deploy-to-azure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-azure.yml b/.github/workflows/deploy-to-azure.yml index a8c8a42..7ad54c6 100644 --- a/.github/workflows/deploy-to-azure.yml +++ b/.github/workflows/deploy-to-azure.yml @@ -58,7 +58,7 @@ jobs: id: deploy uses: Azure/static-web-apps-deploy@v1 with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }} + azure_static_web_apps_api_token: ${{ secrets.AZURE_DEPLOYMENT_TOKEN }} action: "upload" app_location: ".output/public" # App source code path api_location: "" # Api source code path - optional From 69174768cc56acd7042262b10c09703b6818a4a9 Mon Sep 17 00:00:00 2001 From: Naresh Kumar D Date: Wed, 1 Jul 2026 12:11:24 +0530 Subject: [PATCH 2/2] Update deploy-to-azure.yml Node version change --- .github/workflows/deploy-to-azure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-azure.yml b/.github/workflows/deploy-to-azure.yml index 7ad54c6..91e1bd5 100644 --- a/.github/workflows/deploy-to-azure.yml +++ b/.github/workflows/deploy-to-azure.yml @@ -41,7 +41,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: '20' + node-version: '24' - name: Install Dependencies run: npm install - name: Ingest Environment Variables