Comment out unused GitHub connectiom

This commit is contained in:
Matt Aitken
2023-05-25 12:52:01 +01:00
parent df26167474
commit 2858d742e1
@@ -17,10 +17,10 @@ import { z } from "zod";
const github = new Github({ id: "github" });
const githubLocal = new Github({
id: "github-local",
token: process.env.GITHUB_TOKEN,
});
// const githubLocal = new Github({
// id: "github-local",
// token: process.env.GITHUB_TOKEN,
// });
const slack = new Slack({ id: "my-slack-new" });