SUPABASE_ prefix in secret names

My project has secrets with names like SUPABASE_URL and SUPABASE_SERVICE_ROLE_KEY which i used via Deno.env.get() to initialize my supabase client in my edge functions.

I just tried to add a new key and it says Name must not start with the SUPABASE_ prefix. I tried editing the previously saved keys with that prefix and they dropdown is disabled and hovering over the options says This is a reserved secret and cannot be changed.

What is the best way to store these secrets if not prefixing them with SUPABASE_ and how can I remove the old ones once i adopt the new strategy?
Was this page helpful?