From 814178734243d63b345372068eaf78f6a7ef2f40 Mon Sep 17 00:00:00 2001 From: Fadhli Azhari Date: Thu, 14 May 2026 09:55:21 +0800 Subject: [PATCH] docs: drop shell-quotes from REGISTRY_USER in .env.example Gitea secrets and the .env loader both treat the value literally; the single quotes were misleading and risked being copied verbatim into the stored secret. Co-Authored-By: Claude Opus 4.7 (1M context) --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 5bdb3ef..b4007b0 100644 --- a/.env.example +++ b/.env.example @@ -6,7 +6,7 @@ CONTAINER_ENGINE=docker # ── Docker Registry ── REGISTRY=kcr.kollect.biz -REGISTRY_USER='robot$kollect-tools+ci-builder' +REGISTRY_USER=robot$kollect-tools+ci-builder REGISTRY_PASS=harbor-robot-password IMAGE_TAG=latest