File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,13 @@ function main() {
35
35
function fetchPackageNames ( options , cb ) {
36
36
const github = new GitHubApi ( ) ;
37
37
38
+ if ( process . env . GITHUB_TOKEN ) {
39
+ github . authenticate ( {
40
+ type : 'token' ,
41
+ token : process . env . GITHUB_TOKEN
42
+ } ) ;
43
+ }
44
+
38
45
// XXX: weak since this handles only one page
39
46
github . repos . getForOrg ( {
40
47
org : options . organization ,
Original file line number Diff line number Diff line change @@ -7439,9 +7439,9 @@ tap-parser@^6.0.1:
7439
7439
js-yaml "^3.2.7"
7440
7440
minipass "^2.2.0"
7441
7441
7442
- " tap-render@github:munter /tap-render#0.1.7-patch1 " :
7442
+ tap-render@Munter /tap-render#0.1.7-patch1:
7443
7443
version "0.1.7"
7444
- resolved "https://codeload.github.com/munter /tap-render/tar.gz/35bf3ac21c4fd2776d8569d5e8a1ab62df1f6d4f"
7444
+ resolved "https://codeload.github.com/Munter /tap-render/tar.gz/35bf3ac21c4fd2776d8569d5e8a1ab62df1f6d4f"
7445
7445
dependencies :
7446
7446
jsonify "0.0.0"
7447
7447
pause-stream "0.0.7"
You can’t perform that action at this time.
0 commit comments