<@923897721574817842> functions are isolated serverless environments, so by default they wont have access to your global variables. but you can easily mount the variables that you would like to deploy
when pushing functions using cli you have the option called “—with-variables”, it reads the .env in your function folder. so you can create a bash script to copy over your global variable to the .env or likewise in your workflow