Skip to content

Commit

Permalink
Update auto_cherry_pick.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinji-IkariG authored Sep 24, 2024
1 parent 4e33ddf commit 469e531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_cherry_pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: '3.8'
- name: git config set
env:
GH_BOT_PAT: ${{ secrets.GH_PAT }}
GH_BOT_PAT: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --global url."https://${GH_BOT_PAT}:[email protected]/".insteadOf "https://github.com/"
export GOPRIVATE="github.com/vesoft-inc"
Expand Down

0 comments on commit 469e531

Please sign in to comment.