TheCommieAxolotl@programming.dev to Programming@programming.devEnglish · 14 days agoIntroducing OnlyNv: Your one-stop solution for managing environment variables.onlynv.devexternal-linkmessage-square9fedilinkarrow-up116arrow-down117
arrow-up1-1arrow-down1external-linkIntroducing OnlyNv: Your one-stop solution for managing environment variables.onlynv.devTheCommieAxolotl@programming.dev to Programming@programming.devEnglish · 14 days agomessage-square9fedilink
minus-squareTheCommieAxolotl@programming.devOPlinkfedilinkarrow-up1arrow-down1·13 days agoExactly, you never check passwords into version control. 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 actions use to read envs
Exactly, you never check passwords into version control. 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 actions use to read envs