Skip to content

Commit

Permalink
adding support for flex consumption plan
Browse files Browse the repository at this point in the history
  • Loading branch information
patelchandni committed May 20, 2024
1 parent bbf3193 commit abf5736
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-e2e-tests-python310-flexcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
- name: 'Login via Azure CLI'
uses: azure/login@v1
with:
creds: ${{ secrets.RBAC_GAE_FA_PYTHON310_FLEXCON }}
client-id: ${{ secrets.AZURE_CLIENT_ID_FA_PYTHON310_FLEXCON }}
tenant-id: ${{ secrets.AZURE_TENANT_ID_FA_PYTHON310_FLEXCON }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID_FA_PYTHON310_FLEXCON }}

- name: E2E Run Azure Functions Action
uses: ./
Expand Down

0 comments on commit abf5736

Please sign in to comment.