diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 7afd7e1f..b91d7016 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -19,4 +19,4 @@ jobs: run: gh pr merge --auto --merge "$PR_URL" env: PR_URL: ${{github.event.pull_request.html_url}} - GITHUB_TOKEN: ${{secrets.ORBI_TOKEN}} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}