From 2e4f2347a96a41f0a2eba19b50d36df1eca799f0 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 7 Sep 2023 17:29:46 -0400 Subject: actions: merge dependabot prs as user --- .github/workflows/autobot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autobot.yaml b/.github/workflows/autobot.yaml index 0982f30..9dc8df3 100644 --- a/.github/workflows/autobot.yaml +++ b/.github/workflows/autobot.yaml @@ -21,4 +21,4 @@ jobs: run: gh pr merge --auto --rebase "$PR" env: PR: ${{ github.event.pull_request.html_url }} - GITHUB_TOKEN: ${{ github.token }} + GITHUB_TOKEN: ${{ secrets.MERGE_TOKEN }} -- cgit v1.2.3