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
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
path: target-repo
|
||||
ref: main
|
||||
|
||||
- name: 🔄 Copy data and docker-deploy
|
||||
run: |
|
||||
@@ -38,7 +39,7 @@ jobs:
|
||||
- name: '📤 Sentinel: Push updates to thealtstack'
|
||||
run: |
|
||||
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 add data/ docker-deploy/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user