From aa6e3424d362049e251e775f884865cd554d752f Mon Sep 17 00:00:00 2001 From: Vivy Bot Date: Sun, 1 Feb 2026 22:01:47 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20ci:=20change=20to=20secret=20tok?= =?UTF-8?q?en=20that=20have=20full=20repo=20access?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-pr-from-mirror.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-pr-from-mirror.yaml b/.github/workflows/auto-pr-from-mirror.yaml index e63cafd..1e7ea01 100644 --- a/.github/workflows/auto-pr-from-mirror.yaml +++ b/.github/workflows/auto-pr-from-mirror.yaml @@ -14,7 +14,7 @@ jobs: - name: Create PR via GitHub CLI env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.BOT_PAT }} run: | gh pr create \ --base main \ -- 2.49.0