From db5ce288f613d84c71da344bff58df8203bc5c9a Mon Sep 17 00:00:00 2001 From: Ward Tentacle Date: Wed, 12 Nov 2025 20:15:10 +0000 Subject: [PATCH] note where secrets actually live --- secrets/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 secrets/README.md diff --git a/secrets/README.md b/secrets/README.md new file mode 100644 index 0000000..d7df366 --- /dev/null +++ b/secrets/README.md @@ -0,0 +1,5 @@ +# secrets + +Nothing secret lives in this repo. Work credentials go in a `.env` next to +`bootstrap.sh`, and that path is gitignored. I keep the real values in `pass` +(the standard unix password store), not here.