From 705988555dfc714cf3061194c4dd6803f97d6292 Mon Sep 17 00:00:00 2001 From: ebronson68 <111298136+ebronson68@users.noreply.github.com> Date: Mon, 14 Aug 2023 16:10:59 -0500 Subject: [PATCH] Fix azure login action --- .github/workflows/aks-deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/aks-deploy.yaml b/.github/workflows/aks-deploy.yaml index 83305349..876ef627 100644 --- a/.github/workflows/aks-deploy.yaml +++ b/.github/workflows/aks-deploy.yaml @@ -354,7 +354,8 @@ jobs: - name: Azure Login uses: azure/login@v1 with: - creds: "${{ inputs.azureCredentials }}" + creds: "${{ secrets.azureCredentials }}" + enable-AzPSSession: true - name: Generate .env file from Azure Key Vaults uses: Andrews-McMeel-Universal/get-envs@v1