GitHub¶
The GitHub connector currently provides basic action interfaces and support for verifying webhook signatures only.
Installation¶
dependencies {
implementation(platform("org.http4k:http4k-connect-bom:5.22.1.0"))
implementation("org.http4k:http4k-connect-github")
}