Workflow Env Variables
Workflow environment variables is a secure way of storing your sensitive data that you need to reference in the action JavaScript expressions.

Later on in the code you can access those predefined environment variables, for example env.apiKey
in this case.

Last updated