Webhook Endpoint
Set your GitHub webhook to:
POST /webhooks/github
Webhook Secret
Use the same secret in GitHub and GITHUB_WEBHOOK_SECRET in your .env.
Queue Worker
Webhook jobs run in the queue. Ensure a worker is online:
php artisan queue:work
Git Web Manager is built on Laravel, so queue commands use artisan. If you run GWM under a custom PHP binary, prefix the command with your PHP path.
