1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-04 09:30:49 +00:00

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

View File

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