diff options
| -rw-r--r-- | .github/workflows/autobot.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/autobot.yaml b/.github/workflows/autobot.yaml index 792158a..328113f 100644 --- a/.github/workflows/autobot.yaml +++ b/.github/workflows/autobot.yaml @@ -23,4 +23,4 @@ jobs: run: gh pr merge --auto --rebase "$PR" env: PR: ${{ github.event.pull_request.html_url }} - GH_TOKEN: ${{ secrets.MERGE_TOKEN }} + GH_TOKEN: ${{ github.token }} |
