From 3e1979b53c6e5e0bb745ec8bda71356a7b16169e Mon Sep 17 00:00:00 2001 From: Mestery Date: Sat, 27 Nov 2021 11:02:18 +0100 Subject: [PATCH] Update commit-queue.yml --- .github/workflows/commit-queue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}