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.
2 parents 1e1bd63 + 63429f9 commit 1af36cdCopy full SHA for 1af36cd
.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