Skip to content

Commit

Permalink
fix token of cherry pick (#4342)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie-Xie authored Jun 23, 2022
1 parent ea907c4 commit bf60ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_cherry_pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
rm -rf *
- name: git config set
env:
CLOUD_GH_PAT: ${{ secrets.GITHUB_TOKEN }}
GH_BOT_PAT: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --global url."https://${GITHUB_TOKEN}:[email protected]/".insteadOf "https://github.com/"
git config --global url."https://${GH_BOT_PAT}:[email protected]/".insteadOf "https://github.com/"
export GOPRIVATE="github.com/vesoft-inc"
- name: auto cherry pick
uses: xigongdaEricyang/cherry-pick-robot@with-python
Expand Down

0 comments on commit bf60ba3

Please sign in to comment.