Skip to content

Commit

Permalink
Fix azure login action
Browse files Browse the repository at this point in the history
  • Loading branch information
ebronson68 committed Aug 14, 2023
1 parent efe48ff commit 7059885
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/aks-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7059885

Please sign in to comment.