From 56e2ca74efe5caf3c9cf94d6f3ad2a25d1e375a9 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Mon, 20 Nov 2023 15:10:48 +0000 Subject: [PATCH] remove debug trace --- .github/github_update_homepage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/github_update_homepage.sh b/.github/github_update_homepage.sh index c046a69..011f9b3 100755 --- a/.github/github_update_homepage.sh +++ b/.github/github_update_homepage.sh @@ -30,7 +30,7 @@ if test -n "${IPFS_REMOTE_API_ENDPOINT:-}" && test -n "${IPFS_REMOTE_TOKEN:-}" & printf %s\\n "$IPFS_REMOTE_API_ENDPOINT" | (i=1; while read api_endpoint; do echo "Extracting token $i from environment..." token="$( (printf %s\\n "$IPFS_REMOTE_TOKEN" | tail -n +"$i" | head -n 1) 2>/dev/null )" - (printf %s "$token" | sha256sum | sha256sum | sha256sum) 2>/dev/null # for debugging without leaking the token + #(printf %s "$token" | sha256sum | sha256sum | sha256sum) 2>/dev/null # for debugging without leaking the token # Pin this hash echo "Adding remote pinning service $i..." (