Triggering a mirror push through the API

Is there a way to trigger a ‘push’ through the API ? I’ve setup mirroring using:

But I can’t actually push through the API. I need to go to the webinterface to ‘retry’ a push to actually trigger it

(I guess it would push if I committed something to the repository, but I have a lot of mirrors to setup and nothing to commit)

1 Like

Any solution for this yet? I’m having the same issue here and I can’t seem to find a simple way of doing it.
Edit: One workaround I used for this is to create a pull mirror on the target gitlab instance, instead of push from the source one, that way it’s scheduled to trigger pull after x amount of time and no need to trigger push.