Skip to content

Commit

Permalink
fix wrong tid
Browse files Browse the repository at this point in the history
Signed-off-by: Young Bu Park <[email protected]>
  • Loading branch information
youngbupark committed Mar 15, 2024
1 parent 69f0081 commit 6df1c7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/functional-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ jobs:
uses: azure/login@v1
with:
client-id: ${{ secrets.INTEGRATION_TEST_SP_APP_ID }}
tenant-id: ${{ secrets.INTEGRATION_TEST_SUBSCRIPTION_ID }}
tenant-id: ${{ secrets.INTEGRATION_TEST_TENANT_ID }}
subscription-id: ${{ secrets.INTEGRATION_TEST_SUBSCRIPTION_ID }}
- uses: marocchino/sticky-pull-request-comment@v2
continue-on-error: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/long-running-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
uses: azure/login@v1
with:
client-id: ${{ secrets.INTEGRATION_TEST_SP_APP_ID }}
tenant-id: ${{ secrets.INTEGRATION_TEST_SUBSCRIPTION_ID }}
tenant-id: ${{ secrets.INTEGRATION_TEST_TENANT_ID }}
subscription-id: ${{ secrets.INTEGRATION_TEST_SUBSCRIPTION_ID }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
uses: azure/login@v1
with:
client-id: ${{ secrets.INTEGRATION_TEST_SP_APP_ID }}
tenant-id: ${{ secrets.INTEGRATION_TEST_SUBSCRIPTION_ID }}
tenant-id: ${{ secrets.INTEGRATION_TEST_TENANT_ID }}
subscription-id: ${{ secrets.INTEGRATION_TEST_SUBSCRIPTION_ID }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/purge-test-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: azure/login@v1
with:
client-id: ${{ secrets.INTEGRATION_TEST_SP_APP_ID }}
tenant-id: ${{ secrets.INTEGRATION_TEST_SUBSCRIPTION_ID }}
tenant-id: ${{ secrets.INTEGRATION_TEST_TENANT_ID }}
subscription-id: ${{ secrets.INTEGRATION_TEST_SUBSCRIPTION_ID }}
- name: Find old test resource groups
run: |
Expand Down

0 comments on commit 6df1c7b

Please sign in to comment.