aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-01-09 19:59:37 -0500
committerXe Iaso <me@xeiaso.net>2024-01-09 19:59:37 -0500
commitadeff5ab166eeb110f13ae701f289e5403db41ba (patch)
treedf5303c142270d014bc4c98435c1c96ee7828959 /.github
parentfadf1ef93c470cf67a8e21506cd90403ad88f47e (diff)
downloadx-adeff5ab166eeb110f13ae701f289e5403db41ba.tar.xz
x-adeff5ab166eeb110f13ae701f289e5403db41ba.zip
.github/workflows: fix automerge for dependabot PRs
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dependabot.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml
index d1276d4..c2539f6 100644
--- a/.github/workflows/dependabot.yml
+++ b/.github/workflows/dependabot.yml
@@ -34,3 +34,5 @@ jobs:
commit_author: Mimi <mimi@xeserv.us>
- name: Enable Pull Request Automerge
run: gh pr merge --merge --auto ${{ github.event.number }}
+ env:
+ GH_TOKEN: ${{ github.token }}