From 4e293c23ac27a1edfb5f8ef8fea0524b292b712c Mon Sep 17 00:00:00 2001 From: Sanjay Soundarajan Date: Thu, 18 Jan 2024 13:30:01 -0800 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=91=B7=20update=20prod=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-frontend.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-frontend.yml b/.github/workflows/deploy-frontend.yml index 8849176a..62b03895 100644 --- a/.github/workflows/deploy-frontend.yml +++ b/.github/workflows/deploy-frontend.yml @@ -1,4 +1,4 @@ -name: Build frontend and deploy to Azure Static Web Apps (red-mushroom-0e8a98610) +name: Build frontend and deploy to Azure Static Web Apps (orange-sky-0323eca10) on: push: @@ -25,7 +25,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_RED_MUSHROOM_0E8A98610 }} + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ORANGE_SKY_0323ECA10 }} repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) action: "upload" production_branch: "main" @@ -45,7 +45,7 @@ jobs: id: closepullrequest uses: Azure/static-web-apps-deploy@v1 with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_RED_MUSHROOM_0E8A98610 }} + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ORANGE_SKY_0323ECA10 }} action: "close" app_location: "/" # App source code path