From 2f3045bcc06bdb1589e96a6650f4a526d8d05e1b Mon Sep 17 00:00:00 2001 From: anten-ka Date: Fri, 10 Apr 2026 20:44:20 +0300 Subject: [PATCH] bootstrap.sh: rotate PAT + support GOTELEGRAM_PAT env override --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh old mode 100644 new mode 100755 index a5a6114..ef01d61 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -6,7 +6,7 @@ set -euo pipefail REPO="anten-ka/gotelegram_pro" BRANCH="${GOTELEGRAM_BRANCH:-test}" -PAT="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" +PAT="${GOTELEGRAM_PAT:-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}" INSTALL_DIR="/opt/gotelegram" # Use raw.githubusercontent.com (CDN) — faster and avoids Contents API caching # issues that occasionally return 404 for recently added files on non-default branches.