diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 7265817..43783f3 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -24,7 +24,7 @@ jobs: - name: Approve the Dependabot PR env: PR_URL: ${{ github.event.pull_request.html_url }} - GITHUB_TOKEN: ${{ secrets.AUTO_MERGE_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | git config --global user.name 'GitHub Actions' git config --global user.email 'actions@github.com'