Skip to content

Commit 702de44

Browse files
committed
CRED
1 parent 4d36fa5 commit 702de44

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

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

3836
- name: Deploy to Azure Function App
3937
uses: azure/functions-action@v1

0 commit comments

Comments
 (0)