Skip to content

Commit 479650f

Browse files
author
Orta Therox
authored
Use MS repo for making monaco builds (microsoft#39316)
1 parent df59813 commit 479650f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/post-vsts-artifact-comment.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ and then running \`npm install\`.
4747
});
4848

4949
// Temporarily disable until we get access controls set up right
50-
// Send a ping to https://github.com/orta/make-monaco-builds#pull-request-builds
51-
await gh.request("POST /repos/orta/make-monaco-builds/dispatches", { event_type: process.env.SOURCE_ISSUE, headers: { Accept: "application/vnd.github.everest-preview+json" }});
50+
// Send a ping to https://github.com/microsoft/typescript-make-monaco-builds#pull-request-builds
51+
await gh.request("POST /repos/microsoft/typescript-make-monaco-builds/dispatches", { event_type: process.env.SOURCE_ISSUE, headers: { Accept: "application/vnd.github.everest-preview+json" }});
5252
}
5353

5454
main().catch(async e => {

0 commit comments

Comments
 (0)