From f325d9c4ced97fe36ce8f7e08fb2cb8c2001c2a5 Mon Sep 17 00:00:00 2001 From: Trevor Blanarik Date: Sun, 22 Sep 2024 22:07:09 +0000 Subject: [PATCH] reference the staging profile --- .github/workflows/main_hamalertspotbot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main_hamalertspotbot.yml b/.github/workflows/main_hamalertspotbot.yml index dedbdea..4e9d513 100644 --- a/.github/workflows/main_hamalertspotbot.yml +++ b/.github/workflows/main_hamalertspotbot.yml @@ -68,6 +68,6 @@ jobs: app-name: 'hamalertspotbot' slot-name: 'staging' package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }} - publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_2A375008FC1743E4AE2D6A345036BDC4 }} + publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_STAGING }} scm-do-build-during-deployment: true enable-oryx-build: true