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