Browse Source

Update auto-pr.yml

pull/18185/head
maliming 2 years ago
committed by GitHub
parent
commit
01ed93069e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/auto-pr.yml

2
.github/workflows/auto-pr.yml

@ -30,7 +30,7 @@ jobs:
token: ${{ github.token }}
- name: Merge Pull Request
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ github.BOT_SECRET }}
run: |
gh pr review auto-merge/rel-7-4/${{github.run_number}} --approve
gh pr merge auto-merge/rel-7-4/${{github.run_number}} --merge --delete-branch

Loading…
Cancel
Save