Skip to content

Commit e421310

Browse files
committed
Fix public to internal sync remote
Point the sync workflow at atomicstrata/atomicmemory-internal using the configured sync token.
1 parent d683f7d commit e421310

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-to-private.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
git config --global user.email "actions@github.com"
2222
2323
# Add the atomicmemory-internal repository as a secure remote
24-
git remote add private-target https://x-access-token:${{ secrets.SYNC_TOKEN }}@://github.com
24+
git remote add private-target https://x-access-token:${{ secrets.SYNC_TOKEN }}@github.com/atomicstrata/atomicmemory-internal.git
2525
2626
# Force push the main branch to the private repo to ensure perfect alignment
2727
git push private-target main --force

0 commit comments

Comments
 (0)