Private repos in organization I have access to are not listed (only public ones)
See original GitHub issueThis seems to be fixed in https://github.com/jupyterlab/jupyterlab-github/pull/48 but not for me…
I have access to all private repositories in an organization. I have created an access token (for my user, not for the organization) with full repo permissions and added it to jupyter as described in your README:
~:: cat ~/.jupyter/jupyter_notebook_config.py
c.GitHubConfig.access_token = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
Still only public repos are listed for the organization in jupyterlab.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Sourcetree doesn't list GitHub private repos by default
My GitHub account has both public and private repos, but only the public ones are listed in the New Tab -> Remote view....
Read more >Making private repo inside an organization available to only ...
First, the base permission of an org must be set to No permission . Then go to the Collaborators and teams page in...
Read more >Why is my Github repo not showing up? - Snyk Support
Integrations. click Edit settings for GitHub. choose Public and private repos. Click update settings. 2. Snyk was not able to identify your project....
Read more >Organization Profile Updates: Member-only READMEs and ...
Organization owners are able to define a set of six public, private or internal repositories that are only visible to members of their ......
Read more >GitHub Integration - CircleCI
GitHub does not provide a read-only OAuth scope for listing all of a user's repositories. ... A deploy key is an SSH key-pair,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
AFAICR I just followed the instructions in the README. Sorry I can’t say anything more useful than that.
@memeplex could you describe how you install the server side part of the extension as I tried from README page but still unable to list my private repo. (Note-I am not using the enterprise github)