gohookr/config.json

16 lines
265 B
JSON
Raw Normal View History

2021-07-28 15:20:06 +00:00
{
"Services": {
"test": {
"Script": "./example.sh",
"Secret": "THISISVERYSECRET",
2021-07-29 06:42:02 +00:00
"SignatureHeader": "X-Gitea-Signature",
"Tests": [
{
"Command": "git",
"Arguments": [ "pull" ]
}
]
2021-07-28 15:20:06 +00:00
}
}
}