Merge pull request #7 from liliakai/patch-1

Use Bearer auth instead of Basic
This commit is contained in:
Miguel Sozinho Ramalho
2024-02-06 11:19:32 +00:00
committed by GitHub

View File

@@ -62,9 +62,9 @@ exports.processSheetScheduler = onSchedule(
headers: {
"Content-Type": "application/json",
Authorization:
"Basic " +
"Bearer " +
Buffer.from(
"service:password"
"password"
).toString("base64"),
},
body: JSON.stringify(data),