summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-06-20 09:16:01 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-06-20 09:16:01 +0900
commit2a79d7fcc7f9cb65d823cf4576219ca58030fec7 (patch)
tree51fbd533b50324a83894d9077b40060fde89115e
parent38d38bd5ceec57d13c1c5250f2e0d0c88c4c47f0 (diff)
Separate credential with dependabot and others
-rw-r--r--.github/workflows/dependabot_automerge.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependabot_automerge.yml b/.github/workflows/dependabot_automerge.yml
index dd1f1bcdaa..28721a1335 100644
--- a/.github/workflows/dependabot_automerge.yml
+++ b/.github/workflows/dependabot_automerge.yml
@@ -29,4 +29,4 @@ jobs:
run: gh pr merge --auto --rebase "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
- GITHUB_TOKEN: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.MATZBOT_DEPENDABOT_MERGE_TOKEN }}