Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -187,7 +187,7 @@ else:
|
|
187 |
|
188 |
# GitHub section
|
189 |
st.subheader("🐙 GitHub Operations")
|
190 |
-
github_token = os.environ.get("
|
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 |
|