Skip to content

Commit 3b7131d

Browse files
authored
Update deploy-to-azure.yml (#73)
Change to the secret variable name
2 parents 388c807 + 6917476 commit 3b7131d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-to-azure.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup Node.js
4242
uses: actions/setup-node@v3
4343
with:
44-
node-version: '20'
44+
node-version: '24'
4545
- name: Install Dependencies
4646
run: npm install
4747
- name: Ingest Environment Variables
@@ -58,7 +58,7 @@ jobs:
5858
id: deploy
5959
uses: Azure/static-web-apps-deploy@v1
6060
with:
61-
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }}
61+
azure_static_web_apps_api_token: ${{ secrets.AZURE_DEPLOYMENT_TOKEN }}
6262
action: "upload"
6363
app_location: ".output/public" # App source code path
6464
api_location: "" # Api source code path - optional

0 commit comments

Comments
 (0)