From 9479f1d5b9f102d45a404691e0b6d079dd7814bd Mon Sep 17 00:00:00 2001 From: Austin Rhodes <92001031+Yumulak@users.noreply.github.com> Date: Sun, 29 Oct 2023 17:37:14 -0400 Subject: [PATCH] changed publish profile --- .github/workflows/main_mvcweatherapp.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_mvcweatherapp.yml b/.github/workflows/main_mvcweatherapp.yml index 010ae72..a8c9428 100644 --- a/.github/workflows/main_mvcweatherapp.yml +++ b/.github/workflows/main_mvcweatherapp.yml @@ -53,5 +53,6 @@ jobs: with: app-name: 'MVCWeatherApp' slot-name: 'Production' - publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_513ECBB71C93481BB0E868C019D32C20 }} - package: . + # publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_513ECBB71C93481BB0E868C019D32C20 }} + publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }} + package: . \ No newline at end of file