fix: remove unnecessary GITEA_ADMIN_PASSWORD from phase5 require_vars

Phase 5 authenticates via GITEA_ADMIN_TOKEN only (git_with_auth uses
the token, not the password). Phase 9 already correctly omits it.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
S
2026-03-01 11:39:10 -05:00
parent 08b2a9f5e4
commit 33f9845dd6

View File

@@ -18,8 +18,7 @@ source "${SCRIPT_DIR}/lib/common.sh"
load_env
require_vars GITEA_ADMIN_TOKEN GITEA_INTERNAL_URL GITEA_ORG_NAME \
GITEA_ADMIN_USER GITEA_ADMIN_PASSWORD \
REPO_NAMES
GITEA_ADMIN_USER REPO_NAMES
phase_header 5 "Migrate Pipelines (GitHub → Gitea Actions)"