Skip to content

Instantly share code, notes, and snippets.

// Name: tana-github
import "@johnlindquist/kit";
const { Octokit } = await npm("octokit");
const UrlPattern = await npm("url-pattern");
const client = new Octokit({
auth: await env("GITHUB_PULLREQUEST_TOKEN"),
});