mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-17 21:53:12 +02:00
🤖 Sentinel: Hardening synchronization protocol with explicit ref discovery
This commit is contained in:
3
.github/workflows/sync-to-main-app.yml
vendored
3
.github/workflows/sync-to-main-app.yml
vendored
@@ -27,6 +27,7 @@ jobs:
|
|||||||
repository: aa-humaaan/thealtstack
|
repository: aa-humaaan/thealtstack
|
||||||
token: ${{ secrets.GH_PAT }}
|
token: ${{ secrets.GH_PAT }}
|
||||||
path: target-repo
|
path: target-repo
|
||||||
|
ref: main
|
||||||
|
|
||||||
- name: 🔄 Copy data and docker-deploy
|
- name: 🔄 Copy data and docker-deploy
|
||||||
run: |
|
run: |
|
||||||
@@ -38,7 +39,7 @@ jobs:
|
|||||||
- name: '📤 Sentinel: Push updates to thealtstack'
|
- name: '📤 Sentinel: Push updates to thealtstack'
|
||||||
run: |
|
run: |
|
||||||
cd target-repo
|
cd target-repo
|
||||||
git config user.name "Sentinel (Aditya's AI)"
|
git config user.name "Sovereign Sentinel (AI)"
|
||||||
git config user.email "sentinel@thealtstack.com"
|
git config user.email "sentinel@thealtstack.com"
|
||||||
git add data/ docker-deploy/
|
git add data/ docker-deploy/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user