Set GH_APP
similar to other environment vars in start-nginx.sh
#2711
Open
Description
📣 Feedback / 🐛 Bugs
When setting up the codecov frontend, GH_APP
isn't easy to specify. This means that users with non-codecov
github apps won't be able to add new organizations.
Either we can do the string replace patching in start-nginx
somehow (A little tricker since codecov
as a string is pretty ubiquitous) or find a way to inject window.configEnv
during start-nginx
.
Is there a preferable path for anyone else?