New feature: allow protocol selection using DPT_GITHUB_PROTOCOL
Using the environment variable DPT_GITHUB_PROTOCOL={https,ssh} one can choose between these two protocols to be used by git clone. Until now there was only support for ssh, but the module already requires a token for the API, so having the option to use https can be useful (it is to me).