We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd17f77 commit e296301Copy full SHA for e296301
.gitignore
@@ -40,6 +40,7 @@ scripts/buildProtocol.js
40
scripts/ior.js
41
scripts/authors.js
42
scripts/configurePrerelease.js
43
+scripts/open-user-pr.js
44
scripts/processDiagnosticMessages.d.ts
45
scripts/processDiagnosticMessages.js
46
scripts/importDefinitelyTypedTests/importDefinitelyTypedTests.js
scripts/open-user-pr.ts
@@ -33,7 +33,7 @@ runSequence([
33
const gh = new Octokit();
34
gh.authenticate({
35
type: "token",
36
- token: process.env.GH_TOKEN
+ token: process.argv[2]
37
});
38
gh.pullRequests.create({
39
owner: process.env.TARGET_FORK,
0 commit comments