diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 2515f9308e..4bde523d7a 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -15,10 +15,10 @@ jobs: id: metadata uses: dependabot/fetch-metadata@v1 with: - github-token: "${{ secrets.ROBOT_TOKEN }}" + github-token: "${{ secrets.GITHUB_TOKEN }}" - name: Enable auto-merge for Dependabot PRs run: gh pr merge --auto --squash "$PR_URL" env: PR_URL: ${{github.event.pull_request.html_url}} - GITHUB_TOKEN: ${{secrets.ROBOT_TOKEN}} + GITHUB_TOKEN: ${{ secrets.ROBOT_TOKEN }}