bundlesize icon indicating copy to clipboard operation
bundlesize copied to clipboard

Validate token on build - report with correct error message

Open siddharthkp opened this issue 4 years ago • 0 comments

This is a pretty common issue with bundlesize. See 306#issuecomment-494732986

This can happen because of a few reasons:

  • incorrect token was set
  • token does not have valid permissions
  • token has expired

While, this can be replaced with GitHub Apps that will remove the need to manually copy paste tokens, we should probably still take care of this for backward compatibility

siddharthkp avatar Jun 27 '19 07:06 siddharthkp