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
feat(security): read GITHUB_TOKEN only on server & avoid client env access
- guard constructor to load env token only when window is undefined
- prevent touching process.env in browser by gating source detection
= reduce risk of exposing secrets client-side
0 commit comments