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
"description": "GitHub App ID. You can find it in app's settings at https://github.com/settings/apps"
},
"GH_WEBHOOK_SECRET": {
"description": "GitHub webhook secret. You can use `python -c \"print(__import__('secrets').token_hex(32))\"` to generate it. You will need this later to create a webhook in GitHub app.",
"generator": "secret"
},
"GH_PRIVATE_KEY": {
"description": "Private key for your GitHub app. You can generate one at the bottom of your app's settings at https://github.com/settings/apps"
},
"GH_AUTH": {
"description": "Personal access token for the machine account to be used by the bot."