Skip to content

Commit

Permalink
fixup! wip: basic test for peerpods
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Nov 13, 2024
1 parent 11b8e9b commit e9dcaf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_peerpods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
env:
azure_subscription_id: ${{ vars.AZURE_SUBSCRIPTION_ID }}
azure_tenant_id: ${{ vars.AZURE_TENANT_ID }}
azure_client_id: ${{ secrets.CONTRAST_CI_APP_ID }}
azure_client_secret: ${{ secrets.CONTRAST_CI_CLIENT_SECRET_AZURE }}
azure_client_id: ${{ vars.PEER_POD_CLIENT_ID_AZURE }}
azure_client_secret: ${{ secrets.PEER_POD_CLIENT_SECRET_AZURE }}
run: |
export azure_resource_group=contrast-ci
export azure_location=germanywestcentral
Expand Down

0 comments on commit e9dcaf9

Please sign in to comment.