Not-Grim-Refer commited on
Commit
46b9153
·
1 Parent(s): 5d9897c
Files changed (1) hide show
  1. app.py +1 -1
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["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):
 
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):