danger/kotlin

What are the basic steps to run a gitlab pipeline for Danger Kotlin?

RowanG1 opened this issue · 3 comments

What are the basic steps to run a gitlab pipeline for Danger Kotlin?

I have implemented the docker image approach on gitlab pipeline, and have set the danger token via DANGER_GITHUB_API_TOKEN, but I get this error message when running danger-kotlin ci:

$ danger-kotlin ci
Executing $(which danger) ci --process danger-kotlin --passURLForDSL  - pid 17
Request failed [401]: https://api.github.com/repos/myRepo/pulls/17. Attempting retry.

It seems to be using api.github.com

Is there a basic set of instructions to set up gitlab, instead of github?