Update export_traffic.py

Updated to the github repo name
This commit is contained in:
Suheb 2025-09-20 19:08:48 -07:00 committed by GitHub
parent 393262fa32
commit 0c90e454e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ from oauth2client.service_account import ServiceAccountCredentials
# --- CONFIGURATION ---
# GitHub repository details
GITHUB_REPO = "YOUR_USERNAME/YOUR_REPO_NAME" # e.g., "google/gemini"
GITHUB_REPO = "Ride-The-Lightning/RTL" # e.g., "google/gemini"
# Get credentials from environment variables (for GitHub Actions)
# For local testing, you can temporarily hardcode these or set them in your terminal