Spaces:
Running
Running
Commit
·
59f3816
1
Parent(s):
4646b5e
Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,8 @@ repo_name='bioicons-test'
|
|
19 |
|
20 |
app_key = os.environ.get('GITHUB_TOKEN')
|
21 |
|
|
|
|
|
22 |
git_integration = GithubIntegration(
|
23 |
app_id,
|
24 |
app_key,
|
|
|
19 |
|
20 |
app_key = os.environ.get('GITHUB_TOKEN')
|
21 |
|
22 |
+
print(app_key[0:30])
|
23 |
+
|
24 |
git_integration = GithubIntegration(
|
25 |
app_id,
|
26 |
app_key,
|