Spaces:
Sleeping
Sleeping
Update cloneTheGit.py
Browse files- cloneTheGit.py +1 -1
cloneTheGit.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import os
|
2 |
import subprocess
|
3 |
-
|
4 |
# 環境変数からGitHubのAPIキー(PAT)を取得
|
5 |
github_token = os.getenv('ghKey') or os.getenv('PAT')
|
6 |
|
|
|
1 |
import os
|
2 |
import subprocess
|
3 |
+
print(os.getrnv("ghKey"))
|
4 |
# 環境変数からGitHubのAPIキー(PAT)を取得
|
5 |
github_token = os.getenv('ghKey') or os.getenv('PAT')
|
6 |
|