From 339309542b8f7e2e2ed521bd7c06456f54f1fdf3 Mon Sep 17 00:00:00 2001 From: penrodlol Date: Thu, 6 Jun 2024 20:43:56 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9A=B0=EF=B8=8F=20Not=20needed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astro.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/astro.config.ts b/astro.config.ts index eeccf09..83095fa 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -39,7 +39,6 @@ export default defineConfig({ PUBLIC_JOB_NAME: envField.string({ context: 'server', access: 'public' }), PUBLIC_COLLEGE_LINK: envField.string({ context: 'server', access: 'public' }), PUBLIC_COLLEGE_NAME: envField.string({ context: 'server', access: 'public' }), - GITHUB_TOKEN: envField.string({ context: 'server', access: 'secret' }), }, }, },