Skip to content

Commit

Permalink
specify cli version (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 authored Apr 16, 2024
1 parent 6140846 commit f72f158
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compatibility-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Set up ticloud
uses: tidbcloud/setup-tidbcloud-cli@v0
with:
version: 0.5.2
api_public_key: ${{ secrets.TLS_PUBLIC_KEY }}
api_private_key: ${{ secrets.TLS_PRIVATE_KEY }}

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/create-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Set up ticloud
uses: tidbcloud/setup-tidbcloud-cli@v0
with:
version: 0.5.2
api_public_key: ${{ secrets.CREATE_TEST_PUBLIC_KEY }}
api_private_key: ${{ secrets.CREATE_TEST_PRIVATE_KEY }}

Expand Down Expand Up @@ -57,6 +58,7 @@ jobs:
- name: Set up ticloud
uses: tidbcloud/setup-tidbcloud-cli@v0
with:
version: 0.5.2
api_public_key: ${{ secrets.CREATE_TEST_PUBLIC_KEY}}
api_private_key: ${{ secrets.CREATE_TEST_PRIVATE_KEY }}

Expand Down

0 comments on commit f72f158

Please sign in to comment.