I use github actions to push my project to Glitch.
When github action runs git push it gets an error:
error: RPC failed; HTTP 404 curl 22 The requested URL returned error: 404 send-pack: unexpected disconnect while reading sideband packet fatal: the remote end hung up unexpectedly
When I manually run the same command git push in my laptop - it works fine.
Any idea why it doesn’t work in Github?