mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
lewagon/wait-on-check-action didn't need bot token
This commit is contained in:
parent
4e2db1ff58
commit
a3f2f7b73a
2
.github/workflows/dependabot_automerge.yml
vendored
2
.github/workflows/dependabot_automerge.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- name: Wait for status checks
|
||||
uses: lewagon/wait-on-check-action@ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc # v1.3.4
|
||||
with:
|
||||
repo-token: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
ref: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||
check-regexp: 'make \(check, .*\)'
|
||||
wait-interval: 30
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user