diff --git a/.github/workflows/deploy-to-azure.yml b/.github/workflows/deploy-to-azure.yml index a8c8a42..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 @@ -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