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
# The contents of the private key for your GitHub App. If you're unable to use multiline environment variables, use base64 encoding to convert the key to a single line string.
PRIVATE_KEY=
# The webhook secret used when creating a GitHub App. 'development' is used as a default, but the value in .env needs to match the value configured in your App settings on GitHub.
WEBHOOK_SECRET=development
# The URL path which will receive webhooks. Default: /api/github/webhooks
# The verbosity of logs to show when running your app, which can be fatal, error, warn, info, debug, trace or silent.
LOG_LEVEL=debug
# Allows your local development environment to receive GitHub webhook events. Go to https://smee.io/new to get started. (Example: https://smee.io/your-custom-url)
WEBHOOK_PROXY_URL=
# Set to a Sentry DSN to report all errors thrown by your app.