From adeff5ab166eeb110f13ae701f289e5403db41ba Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Tue, 9 Jan 2024 19:59:37 -0500 Subject: .github/workflows: fix automerge for dependabot PRs Signed-off-by: Xe Iaso --- .github/workflows/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows') 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 - name: Enable Pull Request Automerge run: gh pr merge --merge --auto ${{ github.event.number }} + env: + GH_TOKEN: ${{ github.token }} -- cgit v1.2.3