diff --git a/bin/github-sync.py b/bin/github-sync.py index 3cb607d..e278b68 100755 --- a/bin/github-sync.py +++ b/bin/github-sync.py @@ -32,9 +32,7 @@ def main(): log.info(f"Mirroring {app}...") token = environ.get("GITHUB_ACCESS_TOKEN") - remote = ( - f"https://decentral1se:{token}@github.com/Autonomic-Cooperative/{app}.git" - ) + remote = f"https://coopcloudbot:{token}@github.com/Co-op-Cloud/{app}.git" _run_cmd( f"git remote add github {remote} || true",