From 2c71ab298596092c75aa1a0fc306383159bec1ab Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Mon, 25 Mar 2024 13:06:36 -0400 Subject: [PATCH] DOP-4414 testing env vars removing adding back to yamll --- serverless.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverless.yml b/serverless.yml index a6417904e..3299feee3 100644 --- a/serverless.yml +++ b/serverless.yml @@ -111,7 +111,7 @@ webhook-env-core: &webhook-env-core GITHUB_BOT_PASSWORD: ${self:custom.githubBotPW} REPO_BRANCHES_COL_NAME: ${self:custom.repoBranchesCollection} DOCSETS_COL_NAME: ${self:custom.docsetsCollection} - # PROJECTS_COL_NAME: ${self:custom.projectsCollection} + PROJECTS_COL_NAME: ${self:custom.projectsCollection} SLACK_SECRET: ${self:custom.slackSecret} SLACK_TOKEN: ${self:custom.slackAuthToken} SNOOTY_SECRET: ${self:custom.snootySecret}