You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a follow up request of #152, a way of linking a pre-existing Shared Environment Variable to a project would be great. The following configuration would result in duplicating the value of the vercel_shared_environment_variable in the vercel_project as a new variable, instead of linking the existing shared variable to the project.
Hi @joaquingatica, I haven't looked into adding support for this yet, as I haven't figured out how to make an API that works nicely with what already exists.
As a thought, is there any reason that importing the existing shared environment variable wouldn't work?
Hi @dglsparsons! Importing the shared variable would work as an alternative I believe, but I opted to manually link it through the Vercel Dashboard instead, to leverage the native feature intead of working around it.
Also, I'd have to reconfirm, but I seem to recall that if the environment variable was sensitive, importing the existing shared variable didn't work as expected. This isn't confirmed though. Thank you!
As a follow up request of #152, a way of linking a pre-existing Shared Environment Variable to a project would be great. The following configuration would result in duplicating the value of the
vercel_shared_environment_variable
in thevercel_project
as a new variable, instead of linking the existing shared variable to the project.The text was updated successfully, but these errors were encountered: