Skip to content

Commit

Permalink
Remove GITHUB_TOKEN from token.js
Browse files Browse the repository at this point in the history
This was causing an error with generic CI tokens, this should only use a project specific token, closes siddharthkp#93
  • Loading branch information
alexbbt authored Mar 11, 2020
1 parent 0f241c8 commit e4e829b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/token.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
const token =
process.env.bundlesize_github_token ||
process.env.BUNDLESIZE_GITHUB_TOKEN ||
process.env.github_token ||
process.env.GITHUB_TOKEN
process.env.BUNDLESIZE_GITHUB_TOKEN

module.exports = token

0 comments on commit e4e829b

Please sign in to comment.