I have a question about the locations file. I want...
# ask-community
y
I have a question about the locations file. I want to reference some env variables in there
${ENV}
. I have CICD set up for github actions. Do I set the env vars in there? Or is there somewhere else in dagster cloud? Thanks! I'm not sure where the locations file gets processed exactly.
d
Hi Yang - I don't believe we support stubbing in env vars within the yaml file like this currently
I can file a feature request, I could imagine some kind of pre-processing step within the action that templates in the env vars before its passed into the action
y
Oh ok got it, thanks!
Yes, I think we do need this feature at some point.