We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b85824 commit 759161cCopy full SHA for 759161c
1 file changed
.github/workflows/dependabot_automerge.yml
@@ -19,8 +19,9 @@ jobs:
19
ref: ${{ github.event.pull_request.head.sha || github.sha }}
20
running-workflow-name: wait_for_checks
21
check-regexp: test
22
- repo-token: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
23
wait-interval: 10
+ env:
24
+ REPO_TOKEN: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
25
dependabot:
26
needs: [wait_for_checks]
27
name: Dependabot auto-merge
0 commit comments