note where secrets actually live

This commit is contained in:
2025-11-12 20:15:10 +00:00
parent 4751449e9d
commit db5ce288f6

5
secrets/README.md Normal file
View File

@@ -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.