How to create a Gitlab webhook to update a mirror repo on Github?
You don’t need a webhook for that. A regular post-receive hook will work very well. To create and use such a hook you just have to login on the server where your gitlab is installed and create an ssh key for git user. sudo -u git ssh-keygen -f /home/git/.ssh/reponame_key (do not type any passphrase when … Read more