mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 22:15:18 -05:00
VSTS prefers to pass secrets as command line params (#24041)
This commit is contained in:
@@ -33,7 +33,7 @@ runSequence([
|
||||
const gh = new Octokit();
|
||||
gh.authenticate({
|
||||
type: "token",
|
||||
token: process.env.GH_TOKEN
|
||||
token: process.argv[2]
|
||||
});
|
||||
gh.pullRequests.create({
|
||||
owner: process.env.TARGET_FORK,
|
||||
|
||||
Reference in New Issue
Block a user