Skip to content

Commit

Permalink
test all
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 committed Jul 19, 2023
1 parent fb6546c commit b935e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Set up ticloud
uses: tidbcloud/setup-tidbcloud-cli@v0
with:
api_public_key: ${{ secrets.CONNECT_PUBLIC_KEY }}
api_private_key: ${{ secrets.CONNECT_PRIVATE_KEY }}
api_public_key: ${{ secrets.CREATE_TEST_PUBLIC_KEY }}
api_private_key: ${{ secrets.CREATE_TEST_PRIVATE_KEY }}

- name: Delete all serverless
run: |
Expand Down

0 comments on commit b935e59

Please sign in to comment.