We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 388c807 + 6917476 commit 3b7131dCopy full SHA for 3b7131d
1 file changed
.github/workflows/deploy-to-azure.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Setup Node.js
42
uses: actions/setup-node@v3
43
with:
44
- node-version: '20'
+ node-version: '24'
45
- name: Install Dependencies
46
run: npm install
47
- name: Ingest Environment Variables
@@ -58,7 +58,7 @@ jobs:
58
id: deploy
59
uses: Azure/static-web-apps-deploy@v1
60
61
- azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }}
+ azure_static_web_apps_api_token: ${{ secrets.AZURE_DEPLOYMENT_TOKEN }}
62
action: "upload"
63
app_location: ".output/public" # App source code path
64
api_location: "" # Api source code path - optional
0 commit comments