caster / git_sync.py
consciouslab's picture
Upload 3 files
b03bc56
import os
os.system(f'git clone https://{os.environ["github_token"]}@github.com/ConsciousLabOrg/caster.git tmp && mv tmp/.git . && rm -rf tmp && git reset --hard')