Skip to content

Commit 0f1c5fa

Browse files
committed
[test] use POST method
1 parent 8903a4b commit 0f1c5fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/deployments/alert-on-error.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ if (require.main === module) {
2424
headers: {
2525
"X-Auth-Header": process.env.TOKEN as string,
2626
},
27+
method: "POST",
2728
}
2829
);
2930
process.exitCode = 1;

0 commit comments

Comments
 (0)