Skip to content

Commit 4d36fa5

Browse files
committed
auth
1 parent fa782bb commit 4d36fa5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/azure-functions-deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
- name: Azure Login
3232
uses: azure/login@v1
3333
with:
34-
creds: ${{ secrets.AZURE_CREDENTIALS }}
34+
client-id: ${{ secrets.AZURE_CLIENT_ID }}
35+
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
36+
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3537

3638
- name: Deploy to Azure Function App
3739
uses: azure/functions-action@v1

0 commit comments

Comments
 (0)