UNPKG
bundle-report
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
1.0.0-beta.0
Track your bundle size over time
github.com/sethbattin/bundle-report
sethbattin/bundle-report
bundle-report
/
src
/
token.js
8 lines
(6 loc)
•
177 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
token
=
process.env.github_token || process.env.GITHUB_TOKEN || process.env.bundlesize_github_token || process.env.BUNDLESIZE_GITHUB_TOKEN
module
.
exports
= token