If you are reading this, you probably already know how critical it is to NOT hardcode credentials into source code, especially if this code is going to be committed in a public GitHub repo. Certainly, GitHub knows this too, and they provide secret scanning for all public repositories, as part…