From 408e23abc72d8d7462e771dadc175b3d81fb6cf3 Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Wed, 12 Jun 2024 13:31:58 +0900 Subject: [PATCH] `gh pr merge` with `GH_TOKEN` --- .github/workflows/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index daf169377..6a9c95b73 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -23,3 +23,4 @@ jobs: run: gh pr merge --auto --merge "$PR_URL" env: PR_URL: ${{github.event.pull_request.html_url}} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}