Use new user/org for mirroring
This commit is contained in:
parent
352cc0939b
commit
9c9f7225e7
@ -32,9 +32,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 = (
|
remote = f"https://coopcloudbot:{token}@github.com/Co-op-Cloud/{app}.git"
|
||||||
f"https://decentral1se:{token}@github.com/Autonomic-Cooperative/{app}.git"
|
|
||||||
)
|
|
||||||
|
|
||||||
_run_cmd(
|
_run_cmd(
|
||||||
f"git remote add github {remote} || true",
|
f"git remote add github {remote} || true",
|
||||||
|
Loading…
Reference in New Issue
Block a user