How to host your WordPress theme on github and make my theme updatable for my client
I'm currently developing an WordPress theme for a client of mine. I want it to be hosted on GitHub, so my client can update the theme whenever I release a new update of the theme. The problem is that I don't know how to host a theme on GitHub and have a private key saved in the code somewhere, without anyone can see it.
Can someone help me out? Thanks in advance!