diff --git a/.env.example b/.env.example index 3d78b1e..7e0089e 100644 --- a/.env.example +++ b/.env.example @@ -84,9 +84,7 @@ GITHUB_USERNAME= # GitHub username or org name GITHUB_TOKEN= # GitHub PAT with repo scope (read+write, used for migration + push mirrors) # Repo names — must match exactly as they appear on GitHub -REPO_1_NAME= # e.g. android-kotlin-app -REPO_2_NAME= # e.g. ios-swiftui-app -REPO_3_NAME= # e.g. go-cli-tool +REPO_NAMES= # Space-separated list of repo names to migrate (e.g. "myapp backend infra") # Migration options (true/false) MIGRATE_ISSUES=false # Migrate GitHub issues to Gitea