diff --git a/.github/workflows/auto-pr.yml b/.github/workflows/auto-pr.yml index c10342758f..469f906bfe 100644 --- a/.github/workflows/auto-pr.yml +++ b/.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 \ No newline at end of file