Spaces:
Running
Running
Commit
·
0495d99
1
Parent(s):
12a32d9
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
from git import Repo
|
|
|
2 |
|
|
|
3 |
|
4 |
-
|
5 |
-
|
|
|
6 |
|
7 |
|
8 |
#import pygit2
|
|
|
1 |
from git import Repo
|
2 |
+
import os
|
3 |
|
4 |
+
GITHUB_PAT = os.environ['GITHUB']
|
5 |
|
6 |
+
|
7 |
+
Repo.clone_from(f'https://tracinginsights:{GITHUB_PAT}@github.com/TracingInsights/Charts.git', 'repo_directory' )
|
8 |
+
import repo_directory
|
9 |
|
10 |
|
11 |
#import pygit2
|