diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 429ad40..cc0dc62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: pull-requests: write env: PR_URL: ${{ github.event.pull_request.html_url }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Approve PR run: gh pr review --approve "$PR_URL"