You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return halt 500, "Set WEBHOOK_SECRET_KEY environment variable before running web server.\nExample:\n $ export WEBHOOK_SECRET_KEY=c2ef97bc3e0bfa301bda735a0fdbf2fbee154c7e73b91ba9c61a8ef39be0211c\n $ shotgun config.ru" if ENV['WEBHOOK_SECRET_KEY'].nil?