Hi,
The docs show that you can define environment variables at the pipeline level, which are injected in the steps:
environment:
MY_TOKEN: token
I tried to use the from_secret
keyword in there but I’m not able to do so:
environment:
MY_TOKEN:
from_secret: MY_SECRET
Is this supported ?
Keep up the great work !