From 9c9f7225e787b29db1619de9769b210350808d78 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 17 Jun 2021 07:43:00 +0200 Subject: [PATCH] Use new user/org for mirroring --- bin/github-sync.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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",