Tim Hosgood
Tim Hosgood
Maybe I'm misreading things, but https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/scopes-for-oauth-apps#available-scopes suggests that there is a scope called `public_repo` which limits access to only public repositories. Is this something that's come out since this issue...
> ```javascript > > // import { ReactMarkdownMath } from 'https://esm.sh/[email protected]?bundle' > import Markdown from 'https://esm.sh/react-markdown@9?bundle' > import remarkMath from 'https://esm.sh/[email protected]?bundle' > import rehypeMathjax from 'https://esm.sh/[email protected]?bundle' > > var PostPreview...