lewagon/wait-on-check-action didn't need bot token

This commit is contained in:
Hiroshi SHIBATA 2025-06-17 15:09:30 +09:00
parent 4e2db1ff58
commit a3f2f7b73a
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -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