-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
T272319 closed as resolved.
Lines 11 to 21 in 458f86e
async function setup() { | |
// Switching to BotPassword authentication due to OAuth being unreliable in CI due to | |
// https://phabricator.wikimedia.org/T272319. Revert when that is resolved. | |
// if (!bot.usingOAuth) { | |
// return bot.getTokensAndSiteInfo.then(() => verifyTokenAndSiteInfo(bot)); | |
// } | |
if (!bot.loggedIn) { | |
return bot.login().then(() => verifyTokenAndSiteInfo(bot)); | |
} | |
} |
siddharthvp
Metadata
Metadata
Assignees
Labels
No labels