fix: remove GITHUB_MIRROR_TOKEN from env validation arrays

Consolidated into GITHUB_TOKEN — single PAT handles both migration
and push mirroring. GITHUB_MIRROR_INTERVAL remains as its own var.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
S
2026-03-01 10:00:18 -05:00
parent 0aee01c3f3
commit eabc961139

View File

@@ -204,7 +204,7 @@ _ENV_VAR_NAMES=(
GITHUB_USERNAME GITHUB_TOKEN
REPO_1_NAME REPO_2_NAME REPO_3_NAME
MIGRATE_ISSUES MIGRATE_LABELS MIGRATE_MILESTONES MIGRATE_WIKI
GITHUB_MIRROR_TOKEN GITHUB_MIRROR_INTERVAL
GITHUB_MIRROR_INTERVAL
NGINX_CONTAINER_NAME NGINX_CONF_PATH SSL_MODE
PROTECTED_BRANCH REQUIRE_PR_REVIEW REQUIRED_APPROVALS
SEMGREP_VERSION TRIVY_VERSION GITLEAKS_VERSION SECURITY_FAIL_ON_ERROR
@@ -224,7 +224,7 @@ _ENV_VAR_TYPES=(
nonempty nonempty
nonempty nonempty nonempty
bool bool bool bool
nonempty nonempty
nonempty
nonempty path ssl_mode
nonempty bool integer
nonempty nonempty nonempty bool