Skip to content

Commit

Permalink
added az login details
Browse files Browse the repository at this point in the history
  • Loading branch information
UtkR08 committed Jul 4, 2024
1 parent 947a778 commit ee89f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Azure CLI
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
az login --service-principal -u ${{ secrets.ARM_CLIENT_ID }} -p ${{ secrets.ARM_CLIENT_SECRET }} --tenant ${{ secrets.ARM_TENANT_ID }}

- name: Start AKS Cluster
run: |
Expand Down

0 comments on commit ee89f63

Please sign in to comment.