diff --git a/.github/workflows/merge-dependabot.yml b/.github/workflows/merge-dependabot.yml index 8f70b823..f78c2328 100644 --- a/.github/workflows/merge-dependabot.yml +++ b/.github/workflows/merge-dependabot.yml @@ -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"