diff --git a/.github/workflows/branch_example.yml b/.github/workflows/branch_example.yml index f26f7a3f50..899a55506f 100644 --- a/.github/workflows/branch_example.yml +++ b/.github/workflows/branch_example.yml @@ -11,16 +11,15 @@ jobs: uses: actions/checkout@v3 - name: Create MySQL Branch - uses: wesql/mysql-branch-creation-action@v1 + uses: wesql/mysql-branch-action@v0.0.2 with: source_host: '47.93.127.119' - source_port: '15306' # Optional - source_user: 'root' # Optional - include_databases: '*' # Optional - exclude_databases: 'information_schema,mysql,performance_schema,sys' # Optional - wescale_image: 'apecloud/apecloud-mysql-scale:0.3.8' # Optional - secrets: - source_password: ${{ secrets.source_password }} + source_port: '15306' + source_user: 'root' + source_password: ${{ secrets.SOURCE_PASSWORD }} + include_databases: '*' + exclude_databases: 'information_schema,mysql,performance_schema,sys' + wescale_image: 'apecloud/apecloud-mysql-scale:0.3.8' - name: Do Your Schema Migration run: |