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}