From bf46cea690f4c058fa3bc37b00950f43e6aeb5a5 Mon Sep 17 00:00:00 2001 From: Max Wofford Date: Wed, 19 Mar 2025 15:22:09 -0400 Subject: [PATCH] Add github to example env --- .env.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index bfdceee..a226117 100644 --- a/.env.example +++ b/.env.example @@ -41,4 +41,8 @@ SENTRY_DSN=your_sentry_dsn_here # 🃏 WILDCARD_AIRTABLE_KEY=your_airtable_key_here -WILDCARD_HOST=your_wildcard_host_here \ No newline at end of file +WILDCARD_HOST=your_wildcard_host_here + +# GitHub oauth used for github signin +GITHUB_CLIENT_ID=your_github_client_id_here +GITHUB_CLIENT_SECRET=your_github_client_secret_here