From c2b11a1a85445a40db93527c88f80c5c6ac10b87 Mon Sep 17 00:00:00 2001 From: mimartin12 <77340197+mimartin12@users.noreply.github.com> Date: Tue, 25 Apr 2023 12:27:03 -0600 Subject: [PATCH] Move the Azure Login step in release workflow (#2881) --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f38546e0..b4674e385 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,11 +103,6 @@ jobs: branch: master artifacts: ${{ matrix.name }}.zip - - name: Login to Azure - uses: Azure/login@1f63701bf3e6892515f1b7ce2d2bf1708b46beaf - with: - creds: ${{ secrets.AZURE_PROD_KV_CREDENTIALS }} - - name: Login to Azure - CI subscription uses: Azure/login@1f63701bf3e6892515f1b7ce2d2bf1708b46beaf with: @@ -133,6 +128,11 @@ jobs: echo "::add-mask::$publish_profile" echo "publish-profile=$publish_profile" >> $GITHUB_OUTPUT + - name: Login to Azure + uses: Azure/login@1f63701bf3e6892515f1b7ce2d2bf1708b46beaf + with: + creds: ${{ secrets.AZURE_PROD_KV_CREDENTIALS }} + - name: Deploy App uses: azure/webapps-deploy@0b651ed7546ecfc75024011f76944cb9b381ef1e with: