This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
Create a Sensitive Environment Variable on a project with REST API #7032
Replies: 1 comment 1 reply
-
You'd likely need to rebuild to load in the new env vars when it comes to a lot of statically generated content, would using the Vercel Edge Config work better since it's designed for runtime changes for the more programatic usage? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
Is there any way to add a sensitive env variable to a project using the api? I'm trying to generate keys in a way that they will never be read by a human.
Beta Was this translation helpful? Give feedback.
All reactions