Skip to content

Commit bdf4985

Browse files
committed
lewagon/wait-on-check-action didn't need bot token
1 parent 39452a3 commit bdf4985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot_automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Wait for status checks
2020
uses: lewagon/wait-on-check-action@v1.3.4
2121
with:
22-
repo-token: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
22+
repo-token: ${{ secrets.GITHUB_TOKEN }}
2323
ref: ${{ github.event.pull_request.head.sha || github.sha }}
2424
check-regexp: test*
2525
wait-interval: 30

0 commit comments

Comments
 (0)