I'm trying to integrate the Drone CI server with the GOGS Git server.
There's a pretty clear document on how to do so here: http://readme.drone.io/setup/config/gogs/
...which indicates I need the following configuration:
[gogs]
url = "http://gogs.drone.io"
secret = "c0aaff74c060ff4a950d"
Where does this secret come from? I can't seem to find it in GOGS anywhere.