We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec63e08 commit 63429f9Copy full SHA for 63429f9
.github/workflows/_functionAppDeployTemplate.yml
@@ -75,7 +75,7 @@ jobs:
75
# Login to Azure
76
- name: Azure Login
77
id: azure_login
78
- uses: azure/login@v1
+ uses: azure/login@v2
79
with:
80
creds: '{"clientId":"${{ secrets.CLIENT_ID }}","clientSecret":"${{ secrets.CLIENT_SECRET }}","subscriptionId":"${{ inputs.subscription_id }}","tenantId":"${{ inputs.tenant_id }}"}'
81
0 commit comments