Use kokuwa bot token
This commit is contained in:
parent
22c462c507
commit
aea3fd1cd8
1 changed files with 3 additions and 4 deletions
7
.github/workflows/dependabot-auto-merge.yaml
vendored
7
.github/workflows/dependabot-auto-merge.yaml
vendored
|
@ -1,14 +1,13 @@
|
|||
name: dependabot-auto-merge
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
on: pull_request
|
||||
|
||||
jobs:
|
||||
auto-merge:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ahmadnassri/action-dependabot-auto-merge@v2
|
||||
with:
|
||||
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE }}
|
||||
github-token: ${{ secrets.GIT_ACTION_TOKEN }}
|
||||
target: minor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue