From 4bdcc7a7afd1019f13b6c7e7a0aefd0512b2866f Mon Sep 17 00:00:00 2001 From: dredgy <72254513+dredgy@users.noreply.github.com> Date: Wed, 20 Mar 2024 20:49:37 +1000 Subject: [PATCH] Add or update the Azure App Service build and deployment workflow config --- .github/workflows/master_airportalphabetgame.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/master_airportalphabetgame.yml b/.github/workflows/master_airportalphabetgame.yml index 130ff43..a02067f 100644 --- a/.github/workflows/master_airportalphabetgame.yml +++ b/.github/workflows/master_airportalphabetgame.yml @@ -52,9 +52,9 @@ jobs: - name: Login to Azure uses: azure/login@v1 with: - client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_0A5E3F0C014944888BFC361EDFF8DE57 }} - tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_5F13453729934FDC8AB7078F3BAF1816 }} - subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_3536368AFD36497CB4A278251F56ABE0 }} + client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_AF9364B224844195AA5366F6A0840090 }} + tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_29944E14A85447FEB6BD2FE12F2FD982 }} + subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_2EC9390BD5924CC38A51A93D19410BA8 }} - name: Deploy to Azure Web App id: deploy-to-webapp