mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-18 00:53:14 +02:00
🤖 Sentinel: Implementing Manual Clone Bypass for cross-repo synchronization
This commit is contained in:
12
.github/workflows/sync-to-main-app.yml
vendored
12
.github/workflows/sync-to-main-app.yml
vendored
@@ -21,13 +21,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: source-repo
|
path: source-repo
|
||||||
|
|
||||||
- name: 📥 Checkout thealtstack (target)
|
- name: 📥 Manual Checkout thealtstack (target)
|
||||||
uses: actions/checkout@v4
|
run: |
|
||||||
with:
|
git clone https://x-access-token:${{ secrets.GH_PAT }}@github.com/aa-humaaan/thealtstack.git target-repo
|
||||||
repository: aa-humaaan/thealtstack
|
cd target-repo
|
||||||
token: ${{ secrets.GH_PAT }}
|
git checkout main
|
||||||
path: target-repo
|
|
||||||
ref: main
|
|
||||||
|
|
||||||
- name: 🔄 Copy data and docker-deploy
|
- name: 🔄 Copy data and docker-deploy
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user