summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-09-07 17:29:46 -0400
committerseth <[email protected]>2023-09-07 17:29:46 -0400
commit2e4f2347a96a41f0a2eba19b50d36df1eca799f0 (patch)
tree3c4a1d80456138c15f240b560189bdf32757aa87
parent6634145100884d3edaa2cba4c7835139a9a45626 (diff)
actions: merge dependabot prs as user
-rw-r--r--.github/workflows/autobot.yaml2
1 files changed, 1 insertions, 1 deletions
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 }}