node-github-hook
node-github-hook copied to clipboard
A simple node.js based github post-receive server
Works with azure repos
As specified in this example: https://nodejs.org/api/https.html#https_https_createserver_options_requestlistener const options = { pfx: fs.readFileSync('test/fixtures/test_cert.pfx'), passphrase: 'sample' };
In the readme it clearly states that there are three arguments sent to the `secret` option when it is defined as a function: > this option can also be a...