We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde221c commit 439491eCopy full SHA for 439491e
.github/workflows/merge-dependabot.yml
@@ -9,6 +9,6 @@ jobs:
9
steps:
10
- uses: akheron/dependabot-cron-action@b44d8e19e4f49eede254d9884e3f0e7712d431ba
11
with:
12
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.DEPENDABOT_GITHUB_API_TOKEN }}
13
auto-merge: "minor"
14
merge-method: "squash"
0 commit comments