diff --git a/.github/workflows/commit-queue.yml b/.github/workflows/commit-queue.yml index d732cae8f5e87b..30657cab50b813 100644 --- a/.github/workflows/commit-queue.yml +++ b/.github/workflows/commit-queue.yml @@ -65,4 +65,4 @@ jobs: --limit 100) ./tools/actions/commit-queue.sh ${{ env.OWNER }} ${{ env.REPOSITORY }} "$PRs" env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}