Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bf60ba3

Browse files
authored
fix token of cherry pick (vesoft-inc#4342)
1 parent ea907c4 commit bf60ba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto_cherry_pick.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
rm -rf *
2323
- name: git config set
2424
env:
25-
CLOUD_GH_PAT: ${{ secrets.GITHUB_TOKEN }}
25+
GH_BOT_PAT: ${{ secrets.GITHUB_TOKEN }}
2626
run: |
27-
git config --global url."https://${GITHUB_TOKEN}:[email protected]/".insteadOf "https://github.com/"
27+
git config --global url."https://${GH_BOT_PAT}:[email protected]/".insteadOf "https://github.com/"
2828
export GOPRIVATE="github.com/vesoft-inc"
2929
- name: auto cherry pick
3030
uses: xigongdaEricyang/cherry-pick-robot@with-python

0 commit comments

Comments
 (0)