diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-06-20 09:16:01 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-06-20 09:16:01 +0900 |
| commit | 2a79d7fcc7f9cb65d823cf4576219ca58030fec7 (patch) | |
| tree | 51fbd533b50324a83894d9077b40060fde89115e | |
| parent | 38d38bd5ceec57d13c1c5250f2e0d0c88c4c47f0 (diff) | |
Separate credential with dependabot and others
| -rw-r--r-- | .github/workflows/dependabot_automerge.yml | 2 |
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 }} |
