From 133c8a352f523bbb322d803b0184b1b523375d3a Mon Sep 17 00:00:00 2001 From: root Date: Tue, 24 Feb 2026 21:29:16 -0600 Subject: [PATCH] chore: Skip GitHub in push-all.sh (currently blocked) --- push-all.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/push-all.sh b/push-all.sh index b5ee9a1..524b165 100755 --- a/push-all.sh +++ b/push-all.sh @@ -37,9 +37,10 @@ if ! git diff-index --quiet HEAD --; then fi # Push to each remote -remotes=("gitea" "github" "gitlab") +# GitHub currently blocked/deactivated - update when ready +remotes=("gitea" "gitlab") -echo "Note: GitHub push may require SSH key or credential helper setup." +echo "Note: GitHub remote exists but is currently skipped (blocked/deactivated)." failed=() for remote in "${remotes[@]}"; do