hello anyone teach me how i can update my github automatically with hass.io?
To the best of my knowledge, there isn’t a good way to update github automatically from your installation yet.
It is fairly simple to download something like github desktop, point your local repository at your installation, and just manually update (a 30 second process) after you make changes. Just make certain to .gitignore sensitive information like secrets.yaml (and sanitize sensitive data from your other files into secrets.yaml)