From 7740c593238e583e20640dbd044e269ae3f6465b Mon Sep 17 00:00:00 2001 From: Ida Dittrich Date: Wed, 10 Sep 2025 07:44:41 +0200 Subject: [PATCH] updated publish profile --- .github/workflows/int_poweron-nyla-int.yml | 4 +--- .github/workflows/main_poweron-nyla.yml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/int_poweron-nyla-int.yml b/.github/workflows/int_poweron-nyla-int.yml index 144e20a..ca685dc 100644 --- a/.github/workflows/int_poweron-nyla-int.yml +++ b/.github/workflows/int_poweron-nyla-int.yml @@ -62,9 +62,7 @@ jobs: - name: Login to Azure uses: azure/login@v1 with: - client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_F22B84BEF16242F48E913761794EFA64 }} - tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_91A621FECC4E4239B35E8842FAD714A4 }} - subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_89F1F8736D6D4566AF238A83525E0BD5 }} + creds: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_POWERON_NYLA_INT }} - name: 'Deploy to Azure Web App' id: deploy-to-webapp diff --git a/.github/workflows/main_poweron-nyla.yml b/.github/workflows/main_poweron-nyla.yml index 2682806..cded3cb 100644 --- a/.github/workflows/main_poweron-nyla.yml +++ b/.github/workflows/main_poweron-nyla.yml @@ -58,5 +58,5 @@ jobs: uses: azure/webapps-deploy@v3 with: app-name: 'poweron-nyla' - publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_D6C9359A57C5448A8C0BFA2D4C4B2068 }} + publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_POWERON_NYLA }} package: ./deploy