lint: make the linter happy

This commit is contained in:
Mikeal Rogers 2019-09-09 21:13:56 +00:00
parent b37d4de55a
commit 7b918084f2
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ const run = async () => {
const runExec = str => process.stdout.write(execSync(str))
/* configure git */
const { GITHUB_ACTOR, GITHUB_TOKEN, GITHUB_REPOSITORY } = process.env
const remote = `https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git`