Add support for (optional) GITHUB_TOKEN env variable

This commit is contained in:
Vendicated
2023-04-10 22:05:21 +02:00
parent d1296d1708
commit 897df3a5d4
11 changed files with 93 additions and 24 deletions

9
scripts/utils/dotenv.ts Normal file
View File

@@ -0,0 +1,9 @@
/*
* SPDX-License-Identifier: GPL-3.0
* Vencord Desktop, a desktop app aiming to give you a snappier Discord Experience
* Copyright (c) 2023 Vendicated and Vencord contributors
*/
import { config } from "dotenv";
config();