See all available environment variables in the workflow environment.
You can also set your own environment variables using secrets.
Example
.pandaci/env.workflow.ts
Using custom types
You can use custom types to define your own environment variables.
.pandaci/custom-env.workflow.ts
Whilst you can pass the env object directly to the env method, we recommend only passing the specific environment variables you need to avoid leaking sensitive information.