Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ reasons:

So while this workflow _is_ possible, it would most likely be done at the
JupyterHub level to make it possible, rather than in nbgitpuller

## Can I use a GitHub personal access token to share content from a private repository?

`nbgitpuller` is not designed for sharing content in private repositories. Please do not include [personal access tokens](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#about-personal-access-tokens) in the nbgitpuller link, since this is logged on the Jupyter server. Anyone with access to server can therefore see your private token.
Comment thread
jnywong marked this conversation as resolved.
Outdated

Please use public repositories for sharing content with nbgitpuller.