From 95837473ac8f449ab1f38bbd6adcb6054f9a9fba Mon Sep 17 00:00:00 2001 From: Ben Brown Date: Mon, 11 May 2020 15:16:40 -0500 Subject: [PATCH] fix: remove github secrets from config (#2991) config inside the github sample plugin included (old) secrets Co-authored-by: Andy Brown --- Composer/plugins/githubAuth/config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Composer/plugins/githubAuth/config.json b/Composer/plugins/githubAuth/config.json index ee9ff3b95e..ab6036fe44 100644 --- a/Composer/plugins/githubAuth/config.json +++ b/Composer/plugins/githubAuth/config.json @@ -1,5 +1,5 @@ { - "GITHUB_CLIENT_ID": "4b19d368a40d8f75bdd0", - "GITHUB_CLIENT_SECRET": "a940cf636b50f661c31df2f0a18a4480a471f7b0", - "BASE_URL": "https://botbuilder.ngrok.io" -} \ No newline at end of file + "GITHUB_CLIENT_ID": "", + "GITHUB_CLIENT_SECRET": "", + "BASE_URL": "" +}