Skip to content

Commit

Permalink
Update azure-functions-app-python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rupali1520 authored Jan 9, 2024
1 parent 9193879 commit 5462aca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/azure-functions-app-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
run: |
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
if: runner.os == 'Linux'




- uses: Azure/login@v1
with:
creds: '{"clientId":"${{ secrets.AZURE_CLIENT_ID }}","clientSecret":"${{ secrets.AZURE_CLIENT_SECRET }}","subscriptionId":"${{ secrets.AZURE_SUBSCRIPTION_ID }}","tenantId":"${{ secrets.AZURE_TENANT_ID }}"}'
Expand Down

0 comments on commit 5462aca

Please sign in to comment.