https://dagster.io/ logo
#ask-community
Title
# ask-community
y

Yang

07/29/2022, 5:49 PM
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

daniel

07/29/2022, 8:43 PM
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

Yang

07/29/2022, 9:07 PM
Oh ok got it, thanks!
Yes, I think we do need this feature at some point.
2 Views