diff --git a/functions/index.js b/functions/index.js index e22ef44..5ad045d 100644 --- a/functions/index.js +++ b/functions/index.js @@ -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),