We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d683f7d commit e421310Copy full SHA for e421310
1 file changed
.github/workflows/sync-to-private.yml
@@ -21,7 +21,7 @@ jobs:
21
git config --global user.email "actions@github.com"
22
23
# Add the atomicmemory-internal repository as a secure remote
24
- git remote add private-target https://x-access-token:${{ secrets.SYNC_TOKEN }}@://github.com
+ git remote add private-target https://x-access-token:${{ secrets.SYNC_TOKEN }}@github.com/atomicstrata/atomicmemory-internal.git
25
26
# Force push the main branch to the private repo to ensure perfect alignment
27
git push private-target main --force
0 commit comments