rewisdomai commited on
Commit
3709b46
·
1 Parent(s): 602c136

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -1,2 +1,6 @@
1
  import os
2
- print(os.getenv("githubpublictoken"))
 
 
 
 
 
1
  import os
2
+ token = os.getenv("githubpublictoken")
3
+
4
+ from git import Repo
5
+ Repo.clone_from("https://zubairahmed-ai:"+ token +"@github.com/zubairahmed-ai/IndexFilesWithGPT.git",
6
+ "/repo_directory")