From b72c9f0fef1be18ebaad3dbe2a34fa4dcb466c68 Mon Sep 17 00:00:00 2001 From: Zach Sents Date: Thu, 24 Oct 2024 14:53:40 -0600 Subject: [PATCH] Update frontend deployment workflow with correct secret name --- .../azure-static-web-apps-victorious-flower-0ea52481e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-static-web-apps-victorious-flower-0ea52481e.yml b/.github/workflows/azure-static-web-apps-victorious-flower-0ea52481e.yml index 49aa250f..dc9ac25d 100644 --- a/.github/workflows/azure-static-web-apps-victorious-flower-0ea52481e.yml +++ b/.github/workflows/azure-static-web-apps-victorious-flower-0ea52481e.yml @@ -23,7 +23,7 @@ jobs: id: builddeploy uses: Azure/static-web-apps-deploy@v1 with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_VICTORIOUS_FLOWER_0EA52481E }} + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_DEPLOYMENT_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) action: "upload" ###### Repository/Build Configurations - These values can be configured to match your app requirements. ######