We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39452a3 + bdf4985 commit cd3d6e3Copy full SHA for cd3d6e3
1 file changed
.github/workflows/dependabot_automerge.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Wait for status checks
20
uses: lewagon/wait-on-check-action@v1.3.4
21
with:
22
- repo-token: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
23
ref: ${{ github.event.pull_request.head.sha || github.sha }}
24
check-regexp: test*
25
wait-interval: 30
0 commit comments