Skip to content

Commit b870bac

Browse files
committed
action
1 parent dd5bd66 commit b870bac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/azure-functions-deploy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
pip install -r requirements.txt --target=".python_packages/lib/site-packages"
3333
popd
3434
35-
- name: Azure Login
36-
uses: azure/login@v1
37-
with:
38-
creds: ${{ secrets.AZURE_CREDENTIALS }}
35+
# - name: Azure Login
36+
# uses: azure/login@v1
37+
# with:
38+
# creds: ${{ secrets.AZURE_CREDENTIALS }}
3939

4040
- name: Deploy to Azure Function App
4141
uses: azure/functions-action@v1

0 commit comments

Comments
 (0)