diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-01-09 19:59:37 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-01-09 19:59:37 -0500 |
| commit | adeff5ab166eeb110f13ae701f289e5403db41ba (patch) | |
| tree | df5303c142270d014bc4c98435c1c96ee7828959 /.github/workflows | |
| parent | fadf1ef93c470cf67a8e21506cd90403ad88f47e (diff) | |
| download | x-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/workflows')
| -rw-r--r-- | .github/workflows/dependabot.yml | 2 |
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 }} |
