File size: 216 Bytes
f731239
0495d99
3a51f31
0495d99
a258686
0495d99
7ec2c4d
 
1
2
3
4
5
6
7
8
9
from git import Repo
import os

GITHUB_PAT = os.environ['GITHUB']

Repo.clone_from(f'https://tracinginsights:{GITHUB_PAT}@github.com/TracingInsights/Charts.git', 'repo_directory'  )
import repo_directory.app as app