From 83a0df272a1698a6841aa5108b2eba0457351c2c Mon Sep 17 00:00:00 2001 From: dadaloop82 Date: Sat, 23 May 2026 08:21:26 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20CI=20auto-merge=20push=20auth=20?= =?UTF-8?q?=E2=80=94=20set=20remote=20URL=20with=20GITHUB=5FTOKEN=20before?= =?UTF-8?q?=20push?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8edda6a..0000f0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,6 +111,7 @@ jobs: - name: Merge develop → main run: | + git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git LAST=$(git log --oneline -1 origin/develop) git checkout main git pull --ff-only origin main