mirror of
https://github.com/J3vb/OwnCord.git
synced 2026-09-03 03:50:00 +03:00
The GIF key now lives in server config, so no build job needs it. Leaving the secret wired into the build env is the exact mechanism that leaked the original key: any future re-add of import.meta.env.VITE_KLIPY_API_KEY would silently inline it into the bundle again with the secret already present. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>