Scraper stuck on 'Creating GitHub repository'

@chris48s first up, sorry for the problems you had with the forums marking your posts as spam. Discourse has pretty aggressive anti-spam stuff. I’ve whitelisted morph.io so hopefully it’ll be a little less overbearing about posts with links.

After much fiddling on the console I’ve tried to rerun the scraper creation process. The problem morph.io is hitting is this bug:

Which is caused by the permissions on your GitHub repository. The error I can see is this one:

Octokit::Forbidden: POST https://api.github.com/orgs/wdiv-scrapers/repos: 403 - You need admin access to the organization before adding a repository to it. // See: https://developer.github.com/v3

If you fix up the GitHub permissions I can rerun the manual thing on the console to try creating these scrapers.

To save me typing and working it out next time, this magic should work on the console:

CreateScraperWorker.new.perform(
  Scraper.find_by(full_name: "wdiv-scrapers/DC-PollingStations-Doncaster").id,
  User.find_by(nickname: "chris48s").id,
  "https://morph.io/wdiv-scrapers/DC-PollingStations-Doncaster"
)