diff options
| -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 }} |
