Hi,
I want to add an email for notifications from an environment variable (I don’t want to keep it open in the codebase). I added the following lines but it’s not working:
notifications:
email:
recipients:
- $NOTIFICATIONS_EMAIL
on_success: never
on_failure: always