I have a private project on github. It has file commits that contain API keys. I want to make my project public, but not show my keys. Are there any ways to do this?
            Asked
            
        
        
            Active
            
        
            Viewed 51 times
        
    0
            
            
        - 
                    3https://help.github.com/en/github/authenticating-to-github/removing-sensitive-data-from-a-repository – Saurabh P Bhandari Jan 09 '20 at 12:05
- 
                    2There is no way of hiding private data. You should use env variables to include keys/passwords. – EncryptedWatermelon Jan 09 '20 at 12:47
- 
                    2https://stackoverflow.com/search?q=%5Bgithub%5D+remove+sensitive+data – phd Jan 09 '20 at 13:25
