Is there an example somewhere on how to read env v...
# help
i
Is there an example somewhere on how to read env vars in the actions.yaml?
j
Hi You can use the
LAKEFSACTION_
prefix over your env vars so that they will be accessible fro your action. If you want to change the prefix you can do that in the lakeFS configuration using the
actions.env.prefix
key.
i
Can you share an example of how this has to look in the actions.yaml?
Ah found it
Kept reading over it : 😂
j
👍