git Hub Packages
fun RepositoryHandler.gitHubPackages( owner: String, repo: String, username: String, password: String, action: Action<MavenArtifactRepository> = Actions.doNothing())
Content copied to clipboard
fun RepositoryHandler.gitHubPackages( owner: String, repo: String, username: String, ejsonSecretsFile: File, ejsonJsonKey: String = "github_packages_pat", ejsonPrivateKey: String? = null, ejsonPrivateKeyEnvVar: String = "EJSON_PRIVATE_KEY", action: Action<MavenArtifactRepository> = Actions.doNothing())
Content copied to clipboard