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 7e1abdc commit 4e33ddf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/auto_cherry_pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,13 @@ jobs:
auto-cherry-pick:
#if: ${{ startsWith(github.event.pull_request.labels.*.name, 'cherry-pick-') && github.event.pull_request.merged == true }}
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/setup-python@v5
with:
python-version: '3.8'
- name: git config set
env:
GH_BOT_PAT: ${{ secrets.GITHUB_TOKEN }}
GH_BOT_PAT: ${{ secrets.GH_PAT }}
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 4e33ddf

Please sign in to comment.