Spaces:
Runtime error
Runtime error
Commit
·
46b9153
1
Parent(s):
5d9897c
GitHub
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from github import GithubException
|
|
7 |
st.set_page_config(page_title="GitHub File Search", page_icon=":mag_right:")
|
8 |
|
9 |
# Retrieve the GitHub API token from the environment variable
|
10 |
-
access_token = os.environ["
|
11 |
|
12 |
# Define a function to get all the repositories that contain a file with the given name
|
13 |
def get_repositories_with_file(filename):
|
|
|
7 |
st.set_page_config(page_title="GitHub File Search", page_icon=":mag_right:")
|
8 |
|
9 |
# Retrieve the GitHub API token from the environment variable
|
10 |
+
access_token = os.environ["GitHub"]
|
11 |
|
12 |
# Define a function to get all the repositories that contain a file with the given name
|
13 |
def get_repositories_with_file(filename):
|