You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/faq.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ const FAQ = () => {
69
69
{
70
70
question: 'Can I use RepoTree for private repositories?',
71
71
answer:
72
-
"Currently, RepoTree only supports public repositories. We're working on adding support for private repositories in the future.",
72
+
"Yes, RepoTree now supports private GitHub repositories! You can access them by providing a GitHub Personal Access Token (PAT). Your token is securely stored locally in your browser and never sent to any server.",
0 commit comments