elekto-io / elekto

Software for the Elekto online elections system
https://elekto.io
Apache License 2.0
30 stars 19 forks source link

added better error checking to the emails script #89

Closed geekygirldawn closed 1 year ago

geekygirldawn commented 1 year ago

This allows it to exit gracefully if a GH token is invalid, has insufficient scope, or generates other errors. This is after spending way too much time debugging only to realize that I used the wrong token with an insufficient scope.

@jberkus - can you merge this when you get a chance?