having the process.env variables mixed into the context.env object is kind of redundant and might be confusing.
context.env should only contain the information that is specific to the deployed environment.
an action can still use process.env explicitely.
having the
process.envvariables mixed into thecontext.envobject is kind of redundant and might be confusing.context.envshould only contain the information that is specific to the deployed environment.an action can still use
process.envexplicitely.