This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* LINE → GitHub Issue → Google Sheets Logger (signature-less robust版) | |
* ※ Google Apps Script Webアプリでは HTTP ヘッダーを直接取得できないため、 | |
* LINE 署名検証は割愛しています(Webhook URL を秘匿できる環境前提)。 | |
* @license MIT | |
*/ | |
/* ---------- 設定 ---------- */ | |
const CONF = { | |
LINE_ACCESS_TOKEN: PropertiesService.getScriptProperties().getProperty('LINE_ACCESS_TOKEN'), |