Introducing OnlyNv: Your one-stop solution for managing environment variables.
TheCommieAxolotl @ TheCommieAxolotl @programming.dev Posts 4Comments 7Joined 2 yr. ago

TheCommieAxolotl @ TheCommieAxolotl @programming.dev
Posts
4
Comments
7
Joined
2 yr. ago
Exactly, you never check passwords into version control. So what happens when you need to share those values with other team members? The github example is not to put a .env file into a repo but to add the secrets to github’s native secret manager, which is what products like actions use to read envs.