Github Actions Integration

I was wondering if there are any additional resources aside from the hf docs here for setting up an automatic pipeline between github and spaces? I keep running into a bug and I am not sure how to resolve it so I was hoping someone might be able to point me in the right direction.

I have been trying to sync my github repo and my hf space using github actions but unfortunately keep getting the following error:

<i>Run git push ***[huggingface.co/spaces/pleonova/multi-label-long-text](http://huggingface.co/spaces/pleonova/multi-label-long-text) main
remote: Invalid username or password.
fatal: Authentication failed for 'https://huggingface.co/spaces/pleonova/multi-label-long-text/'
Error: Process completed with exit code 128.</i>

I added the actions to my workflow. I have also tried removing pleonova in the url but that does not work either. (same error as above). I added the hf token to my github repo environment as well as enabled all actions in the actions permissions.

Any advice would be greatly appreciated!

This was solved in (Spaces) Unable to sync with github actions · Issue #534 · huggingface/huggingface_hub · GitHub :rocket: