Hi, my question is very straightfoward, Is it dangerous to put some env variable value directly into the netlify.toml file?, like, for instance:
-
Having the env variable:
(Using Site settings > Build & deploy > Environment > Environment variables)
ACCESS_TOKEN = "ENV-VAR-VALUE"
-
Having the following within netlify.toml:
[redirects.headers]
X-From = "Netlify"
X-Api-Key ="ENV-VAR-VALUE"