From 73d50af19ed07afc1a2fa02020d0b4ea167160da Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 7 May 2026 23:37:38 +0100 Subject: surface mirror push error --- scripts/push-repo-mirrors.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/push-repo-mirrors.bash b/scripts/push-repo-mirrors.bash index 2cdc6a9..bc0ac1e 100644 --- a/scripts/push-repo-mirrors.bash +++ b/scripts/push-repo-mirrors.bash @@ -49,7 +49,7 @@ for repository in /repositories/*; do mirror_host="${mirror#https://}" echo "Pushing to GitHub mirror: $mirror" - git push --mirror "https://x-access-token:$GITHUB_TOKEN@$mirror_host" || echo "Failed to push to $mirror" + git push --mirror "https://x-access-token:$GITHUB_TOKEN@$mirror_host" 2>&1 | sed "s/$GITHUB_TOKEN/[REDACTED]/g" || echo "Failed to push to $mirror" ;; *) echo "Unknown mirror type: $mirror. Skipping." -- cgit v1.2.3