Skip to content

Add check for CHOOM_BOT_API being valid

Ryan Walder requested to merge ryanw/choombot-fail into master

Intent

Performs a couple of check to see if CHOOM_BOT_API is valid early in the CI process to stop CI if it's not rather than failing later.


  • This is meant for a hotfix
  • This is meant for the next release (see milestone)
  • This needs more reviewers than normal; there may be controversy or high complexity
  • This intentionally introduces regressions that will be addressed later
  • There is/will be documentation changes on the wiki
  • Please do not send commits here without coordinating closely with the owner
  • This is a Build System change

Related Issues

Steps to Test

  1. Read Diff

Future Work

CHOOM_BOT_API expires in a week. This should prevent all CI pipelines running once this happens until we regen the key and update it in the CI settings.

Merge request reports