diff --git a/.github/workflows/cherry-pick.yml b/.github/workflows/cherry-pick.yml index 7a396406..0575c103 100644 --- a/.github/workflows/cherry-pick.yml +++ b/.github/workflows/cherry-pick.yml @@ -20,6 +20,9 @@ jobs: - name: git config set env: CLOUD_GH_PAT: ${{ secrets.GITHUB_TOKEN }} + run: | + git config --global url."https://${GITHUB_TOKEN}:x-oauth-basic@github.com/".insteadOf "https://github.com/" + export GOPRIVATE="github.com/vesoft-inc" - name: auto cherry pick uses: xigongdaEricyang/cherry-pick-robot@with-python with: