const remote = process.env.GH_TOKEN ?
        `https://${process.env.GH_TOKEN}@github.com/${pkg.config.documentation.slug}.git` :
        `origin`;