aegidius20
Member
I have an app that shows maps, and it has its own Google API key in the manifest. The sources are up on github, but github complains of secret leakage after committing.
Is there any way to have the secret key in a file on its own, so it can be left out of the commits? I know I can always alter the .b4a file before every commit to leave out the key, but I'm certain to forget at least once, and the key will get revealed in the commit history.
Is there any way to have the secret key in a file on its own, so it can be left out of the commits? I know I can always alter the .b4a file before every commit to leave out the key, but I'm certain to forget at least once, and the key will get revealed in the commit history.