This commit is contained in:
Raj Nandan Sharma
2024-08-11 18:45:16 +05:30
parent 06d81fb419
commit fd677396ee
10 changed files with 40 additions and 15 deletions

View File

@@ -2,6 +2,10 @@
import axios from "axios";
import { GetMinuteStartNowTimestampUTC } from "./tool.js";
import { marked } from "marked";
import { fileURLToPath } from "url";
import { dirname } from "path";
import dotenv from "dotenv";
dotenv.config();
const GH_TOKEN = process.env.GH_TOKEN;
const GhnotconfireguredMsg =
"owner or repo or GH_TOKEN is undefined. Read the docs to configure github: https://kener.ing/docs#h2github-setup";