Use new name
This commit is contained in:
parent
a571b839a8
commit
f7cd0eb54c
@ -34,7 +34,7 @@ def main():
|
|||||||
log.info(f"Mirroring {app}...")
|
log.info(f"Mirroring {app}...")
|
||||||
|
|
||||||
token = environ.get("GITHUB_ACCESS_TOKEN")
|
token = environ.get("GITHUB_ACCESS_TOKEN")
|
||||||
remote = f"https://coopcloudbot:{token}@github.com/Co-op-Cloud/{app}.git"
|
remote = f"https://coopcloudbot:{token}@github.com/Coop-Cloud/{app}.git"
|
||||||
|
|
||||||
_run_cmd(
|
_run_cmd(
|
||||||
f"git remote add github {remote} || true",
|
f"git remote add github {remote} || true",
|
||||||
|
Reference in New Issue
Block a user