awacke1 commited on
Commit
ca6b841
1 Parent(s): 695a85e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,7 +187,7 @@ else:
187
 
188
  # GitHub section
189
  st.subheader("🐙 GitHub Operations")
190
- github_token = os.environ.get("GITHUB_TOKEN") # Read GitHub token from environment variable
191
  source_repo = st.text_input("Source GitHub Repository URL", value="https://github.com/AaronCWacker/AIExamples-8-24-Streamlit")
192
  new_repo_name = st.text_input("New Repository Name (for cloning)", value=f"AIExample-Clone-{datetime.now().strftime('%Y%m%d_%H%M%S')}")
193
 
 
187
 
188
  # GitHub section
189
  st.subheader("🐙 GitHub Operations")
190
+ github_token = os.environ.get("GITHUB") # Read GitHub token from environment variable
191
  source_repo = st.text_input("Source GitHub Repository URL", value="https://github.com/AaronCWacker/AIExamples-8-24-Streamlit")
192
  new_repo_name = st.text_input("New Repository Name (for cloning)", value=f"AIExample-Clone-{datetime.now().strftime('%Y%m%d_%H%M%S')}")
193