From 33f9845dd6fdda08fdad1eacabee903dfcae8f0c Mon Sep 17 00:00:00 2001 From: S Date: Sun, 1 Mar 2026 11:39:10 -0500 Subject: [PATCH] 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 --- phase5_migrate_pipelines.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/phase5_migrate_pipelines.sh b/phase5_migrate_pipelines.sh index 5052e06..6442d45 100755 --- a/phase5_migrate_pipelines.sh +++ b/phase5_migrate_pipelines.sh @@ -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)"