Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdothtml committed Oct 27, 2019
1 parent b71be27 commit ef516ca
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions gh-actions/rebuild.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
const {
AUTHOR_EMAIL,
AUTHOR_NAME,
GITHUB_TOKEN,
REF,
REPO,
} = process.env
const { AUTHOR_EMAIL, AUTHOR_NAME, GITHUB_TOKEN, REF, REPO } = process.env

const { execSync } = require('child_process')
const remoteUrl = `https://x-access-token:${GITHUB_TOKEN}@github.com/${REPO}.git`
Expand Down

0 comments on commit ef516ca

Please sign in to comment.