Skip to content

Commit

Permalink
Update Azure login secrets for OIDC testing
Browse files Browse the repository at this point in the history
  • Loading branch information
harryli0108 committed Dec 12, 2023
1 parent e5ee242 commit ee82df0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run-validation-oidc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ jobs:
- name: Azure Login
uses: azure/login@v1
with:
client-id: ${{ secrets.TEST_CLIENT_ID }}
tenant-id: ${{ secrets.TEST_TENANT_ID }}
subscription-id: ${{ secrets.TEST_SUBSCRIPTION_ID }}
client-id: ${{ secrets.OIDC_TEST_CLIENT_ID }}
tenant-id: ${{ secrets.OIDC_TEST_TENANT_ID }}
subscription-id: ${{ secrets.OIDC_TEST_SUBSCRIPTION_ID }}

- name: Execute Azure Container Apps Build and Deploy Action
uses: ./
Expand Down Expand Up @@ -592,9 +592,9 @@ jobs:
- name: Azure Login
uses: azure/login@v1
with:
client-id: ${{ secrets.TEST_CLIENT_ID }}
tenant-id: ${{ secrets.TEST_TENANT_ID }}
subscription-id: ${{ secrets.TEST_SUBSCRIPTION_ID }}
client-id: ${{ secrets.OIDC_TEST_CLIENT_ID }}
tenant-id: ${{ secrets.OIDC_TEST_TENANT_ID }}
subscription-id: ${{ secrets.OIDC_TEST_SUBSCRIPTION_ID }}

- name: Execute Azure Container Apps Build and Deploy Action
uses: ./
Expand Down

0 comments on commit ee82df0

Please sign in to comment.