From 3c9f6afa557490279398cb11b4b75ac0ae479e35 Mon Sep 17 00:00:00 2001 From: Matthew Stanciu Date: Tue, 12 May 2020 19:40:17 -0400 Subject: [PATCH] re-add secrets?? --- vercel.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vercel.json b/vercel.json index 0f4f48ca..eabc51a6 100644 --- a/vercel.json +++ b/vercel.json @@ -3,5 +3,9 @@ "trailingSlash": true, "github": { "silent": true + }, + "env": { + "AIRTABLE_API_KEY": "@airtable-api-key", + "SLACK_BOT_TOKEN": "@slack-bot-token-production-8avf" } } \ No newline at end of file