Skip to content

Commit

Permalink
e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
patelchandni committed May 22, 2024
1 parent c9a57d6 commit ac9595d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/run-e2e-tests-python310-flexcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
paths-ignore:
- '**.md'

permissions:
id-token: write

env:
AZURE_FUNCTIONAPP_NAME: gae-fa-python310-flexcon
AZURE_FUNCTIONAPP_PACKAGE_PATH: './tests/e2e/python310'
Expand Down Expand Up @@ -52,7 +55,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 ac9595d

Please sign in to comment.