From 900f69f3369701dbad7dddfc1f0159f00b782a50 Mon Sep 17 00:00:00 2001 From: Tuan Dang Date: Wed, 18 Jan 2023 10:53:57 +0700 Subject: [PATCH] Uncomment GitHub/Netlify integrations --- backend/src/variables/integration.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/variables/integration.ts b/backend/src/variables/integration.ts index b298a784a..a1aa5d94d 100644 --- a/backend/src/variables/integration.ts +++ b/backend/src/variables/integration.ts @@ -57,7 +57,7 @@ const INTEGRATION_OPTIONS = [ name: 'Netlify', slug: 'netlify', image: 'Netlify', - isAvailable: false, + isAvailable: true, type: 'oauth2', clientId: CLIENT_ID_NETLIFY, docsLink: '' @@ -66,7 +66,7 @@ const INTEGRATION_OPTIONS = [ name: 'GitHub', slug: 'github', image: 'GitHub', - isAvailable: false, + isAvailable: true, type: 'oauth2', clientId: CLIENT_ID_GITHUB, docsLink: ''