From 0724e8e2f0389b8a6d23ded5233af4f5cbfdb682 Mon Sep 17 00:00:00 2001 From: "Sovereign Sentinel (AI)" Date: Sat, 11 Apr 2026 22:09:45 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Sentinel:=20Implementing=20Manua?= =?UTF-8?q?l=20Clone=20Bypass=20for=20cross-repo=20synchronization?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/sync-to-main-app.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/sync-to-main-app.yml b/.github/workflows/sync-to-main-app.yml index c555a35..efbcb65 100644 --- a/.github/workflows/sync-to-main-app.yml +++ b/.github/workflows/sync-to-main-app.yml @@ -21,13 +21,11 @@ jobs: with: path: source-repo - - name: 📥 Checkout thealtstack (target) - uses: actions/checkout@v4 - with: - repository: aa-humaaan/thealtstack - token: ${{ secrets.GH_PAT }} - path: target-repo - ref: main + - name: 📥 Manual Checkout thealtstack (target) + run: | + git clone https://x-access-token:${{ secrets.GH_PAT }}@github.com/aa-humaaan/thealtstack.git target-repo + cd target-repo + git checkout main - name: 🔄 Copy data and docker-deploy run: |