From 14f68278bc38c99155f35fd40f751d5fddc59bcd Mon Sep 17 00:00:00 2001 From: thug0bin Date: Mon, 1 Jun 2026 21:17:16 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AC=B8=EC=84=9C=20=EB=B3=B4=EA=B0=95:=20?= =?UTF-8?q?=EA=B3=B5=EA=B0=9C=20=EB=A6=B4=EB=A6=AC=EC=A6=88=20=EB=8B=A4?= =?UTF-8?q?=EC=9A=B4=EB=A1=9C=EB=93=9C=20=EC=A0=84=EC=A0=9C=20=EB=AA=85?= =?UTF-8?q?=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ docs/runbook.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 687f360..cd58e4b 100644 --- a/README.md +++ b/README.md @@ -96,3 +96,5 @@ curl -H "Authorization: token $GITEA_TOKEN" -F "attachment=@tailrescue-headsca ``` Do not commit ISO files into Git. + +Note: the repository is public so Release attachments can be downloaded without authentication. Do not commit secrets or field-specific `rescue.env`; rotate preauth keys per build. diff --git a/docs/runbook.md b/docs/runbook.md index d75a487..b40da57 100644 --- a/docs/runbook.md +++ b/docs/runbook.md @@ -62,3 +62,5 @@ curl -H "Authorization: token $GITEA_TOKEN" -F "attachment=@tailrescue-headsca ``` Do not commit ISO files into Git. + +Note: the repository is public so Release attachments can be downloaded without authentication. Do not commit secrets or field-specific `rescue.env`; rotate preauth keys per build.