HTTPS access to Git repository

We would like to use Anvil in combination with out Gitlab CI. This means that we need to mirror the repository, run the unit-tests on our instance and potentially also push from our Gitlab mirror to the Anvil repository, whenever we have a Merge-Request that was merged in out Gitlab.

Is there any way, how we can access the Anvil Repository through the HTTPS protocol, instead of SSH?

1 Like

You might like to have a look at Github Action for automatically pushing to Anvil

It would need translating for gitlab, but should be perfectly doable.

1 Like