From 5c2a04e5aa01fc52b98741cbc70f3ec7996ecffc Mon Sep 17 00:00:00 2001 From: kazami139 Date: Tue, 14 Feb 2023 12:38:32 +0000 Subject: [PATCH] fix: change dev environment name --- .github/workflows/dev-azure-staticwebapp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-azure-staticwebapp.yml b/.github/workflows/dev-azure-staticwebapp.yml index 13099b3..433043d 100644 --- a/.github/workflows/dev-azure-staticwebapp.yml +++ b/.github/workflows/dev-azure-staticwebapp.yml @@ -10,7 +10,7 @@ # # 3. Change the values for the APP_LOCATION, API_LOCATION and APP_ARTIFACT_LOCATION, AZURE_STATIC_WEB_APPS_API_TOKEN environment variables (below). # For instructions on setting up the appropriate configuration values go to https://docs.microsoft.com/azure/static-web-apps/front-end-frameworks -name: Deploy EOEFANS LANDING to Azure Static Web Apps +name: Deploy DEV EOEFANS LANDING to Azure Static Web Apps on: push: @@ -24,7 +24,7 @@ env: APP_LOCATION: "dist" # location of your client code API_LOCATION: "" # location of your api source code - optional APP_ARTIFACT_LOCATION: "" # location of client code build output - AZURE_STATIC_WEB_APPS_API_TOKEN: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }} # secret containing deployment token for your static web app + AZURE_STATIC_WEB_APPS_API_TOKEN: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_DEV }} # secret containing deployment token for your static web app SKIP_APP_BUILD: true permissions: