There are some more hard-coded URLs pointing to github.com/atom/atom and github.com/atom/atom-nightly-releases. We should replace these with REPO_OWNER, MAIN_REPO and NIGHTLY_RELEASE_REPO, the same way that it's being handed in/as discussed in #78.
Specifically, for example:
const MAIN_REPO = process.env.MAIN_REPO || 'atom'
There are some more hard-coded URLs pointing to
github.com/atom/atomandgithub.com/atom/atom-nightly-releases. We should replace these withREPO_OWNER,MAIN_REPOandNIGHTLY_RELEASE_REPO, the same way that it's being handed in/as discussed in #78.Specifically, for example: