You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having secrets in plain text is pretty bad. It's a bit mitigated by the fact that dotenv allows for command substitutions (see example below), but that doesn't change the fact that this tool is kind of encouraging putting secrets in plain text in your home directory.
Command substition example
MY_TOKEN=$(gh auth token)
The text was updated successfully, but these errors were encountered:
Having secrets in plain text is pretty bad. It's a bit mitigated by the fact that
dotenv
allows for command substitutions (see example below), but that doesn't change the fact that this tool is kind of encouraging putting secrets in plain text in your home directory.Command substition example
The text was updated successfully, but these errors were encountered: