repo

fun repo(id: String, url: String, usernameEnv: String? = null, passwordEnv: String? = null): RemoteRepository

Builds a RemoteRepository, optionally attaching authentication from environment variables.

Parameters

usernameEnv

env var name for username, if any

passwordEnv

env var name for password/token, if any