We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39452a3 commit bdf4985Copy full SHA for bdf4985
.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