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": "A token to use the StreamLabs API.",
"value": "",
"required": true
},
"TWITCH_BOT_NAME": {
"description": "The account (username) that the chatbot uses to send chat messages.",
"value": "",
"required": true
},
"TWITCH_BOT_TOKEN": {
"description": "Generate this with https://twitchapps.com/tmi/.",
"value": "",
"required": true
},
"TWITCH_BOT_CHANNEL": {
"description": "The Twitch channel name where you want to run the bot.",
"value": "",
"required": true
},
"NOTIFY_CHECK_RUNS_FOR": {
"description": "Comma-separated list of branches to notify Check Runs for. Leave empty to notify for any branch",
"value": "",
"required": false
},
"NOTIFY_ISSUES_ASSIGNED_TO": {
"description": "A comma-separated list of GitHub user names. Only issues assigned to these users will be notified or leave it empty to receive all notifications.",