Skip to content

Commit

Permalink
Use kokuwa bot token
Browse files Browse the repository at this point in the history
  • Loading branch information
sschnabe committed Apr 18, 2024
1 parent 0a321d8 commit 10032f6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/dependabot-auto-merge.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 10032f6

Please sign in to comment.