This time I want to show you how to remove secrets from a repository. Sometimes you are developing a feature which contains sensitive information like a password, a token or some other information. This kind of information shouldn’t be in your repository. It could be that someone with access to…