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 8903a4b commit 0f1c5faCopy full SHA for 0f1c5fa
tools/deployments/alert-on-error.ts
@@ -24,6 +24,7 @@ if (require.main === module) {
24
headers: {
25
"X-Auth-Header": process.env.TOKEN as string,
26
},
27
+ method: "POST",
28
}
29
);
30
process.exitCode = 1;
0 commit comments