Closed lukasleitsch closed 6 years ago
The readme contains the following line:
c::get('autogit.webhook.secret', 'MySuperSecret');
That don't work because we need to set the secret key. It should be:
c::set('autogit.webhook.secret', 'MySuperSecret');
The readme contains the following line:
That don't work because we need to set the secret key. It should be: