diff --git a/.github/workflows/merge-dependabot.yml b/.github/workflows/merge-dependabot.yml index 6715a04fee..9a0db690a3 100644 --- a/.github/workflows/merge-dependabot.yml +++ b/.github/workflows/merge-dependabot.yml @@ -10,5 +10,5 @@ jobs: uses: ahmadnassri/action-dependabot-auto-merge@v2.6.6 with: target: minor - github-token: ${{ secrets.dependabot }} + github-token: ${{ secrets.GITHUB_TOKEN }} command: squash and merge \ No newline at end of file