Skip to content

Commit 6d4dc49

Browse files
committed
tools: update repo name for CQ
PR-URL: nodejs/node#57675 Reviewed-By: Luigi Pinca <[email protected]>
1 parent 0bdb996 commit 6d4dc49

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/commit-queue.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
get_mergeable_prs:
2626
permissions:
2727
pull-requests: read
28-
if: github.repository == 'nodejs/node'
28+
if: github.repository == 'nodejs/node-auto-test'
2929
runs-on: ubuntu-latest
3030
outputs:
3131
numbers: ${{ steps.get_mergeable_prs.outputs.numbers }}
@@ -68,7 +68,7 @@ jobs:
6868
# prevent commits from running CI after they land. It needs
6969
# to be set here because `checkout` configures GitHub authentication
7070
# for push as well.
71-
token: ${{ secrets.GH_USER_TOKEN }}
71+
token: ${{ secrets.GITHUB_TOKEN }}
7272

7373
# Install dependencies
7474
- name: Install Node.js
@@ -94,10 +94,10 @@ jobs:
9494
ncu-config set owner "${OWNER}"
9595
env:
9696
USERNAME: ${{ secrets.JENKINS_USER }}
97-
GH_TOKEN: ${{ secrets.GH_USER_TOKEN }}
97+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9898
JENKINS_TOKEN: ${{ secrets.JENKINS_TOKEN }}
9999

100100
- name: Start the Commit Queue
101101
run: ./tools/actions/commit-queue.sh ${{ env.OWNER }} ${{ env.REPOSITORY }} ${{ needs.get_mergeable_prs.outputs.numbers }}
102102
env:
103-
GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }}
103+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)