Skip to content

Commit

Permalink
chore: Update Azure CLI login to version 2 in GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto committed Jun 30, 2024
1 parent 703a6ad commit 5ba9da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-express.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
name: node-app

- name: Az CLI 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 5ba9da4

Please sign in to comment.