Skip to content

Commit

Permalink
updated azure login script to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Handke committed Jul 2, 2024
1 parent b39b6c2 commit 9d9630d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-container-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:


- name: Azure Login
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down

0 comments on commit 9d9630d

Please sign in to comment.