From f88c1e6452b6cd9015107db41b0113eb2effcbc5 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 15 May 2023 22:31:14 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20update=20repo=20=F0=9F=A4=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 23f447505f..c91b12c674 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -21,7 +21,7 @@ jobs: uses: octokit/request-action@v2.x id: check_role with: - route: GET /repos/danielroe/roe.dev/collaborators/${{ github.event.comment.user.login }} + route: GET /repos/nuxt/nuxt/collaborators/${{ github.event.comment.user.login }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}