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 fa782bb commit 4d36fa5Copy full SHA for 4d36fa5
.github/workflows/azure-functions-deploy.yml
@@ -31,7 +31,9 @@ jobs:
31
- name: Azure Login
32
uses: azure/login@v1
33
with:
34
- creds: ${{ secrets.AZURE_CREDENTIALS }}
+ client-id: ${{ secrets.AZURE_CLIENT_ID }}
35
+ tenant-id: ${{ secrets.AZURE_TENANT_ID }}
36
+ subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
37
38
- name: Deploy to Azure Function App
39
uses: azure/functions-action@v1
0 commit comments