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:
@@ -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)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user