ci: update token used by Dependabot auto-merge

This commit is contained in:
Matan Kushner 2021-05-03 12:59:25 -04:00 committed by GitHub
parent cde221c60a
commit 439491e977
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ jobs:
steps: steps:
- uses: akheron/dependabot-cron-action@b44d8e19e4f49eede254d9884e3f0e7712d431ba - uses: akheron/dependabot-cron-action@b44d8e19e4f49eede254d9884e3f0e7712d431ba
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.DEPENDABOT_GITHUB_API_TOKEN }}
auto-merge: "minor" auto-merge: "minor"
merge-method: "squash" merge-method: "squash"