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
It will be great to have it either open-sourced, released as part of the repo Insights (tab) on GitHub, or at least add official support for accessing private repos.
In the mean time, here are the instructions to get the current tool working with private repos:
I didn't realize it doesn't work with private repos. I spent half an hour trying to figure out why the job would suddenly stop showing up in the PR status just from adding uses: githubocto/repo-visualizer. I wish GitHub would have given me some kind of error instead of just having the job not appear as if it doesn't exist.
This is a follow up to #20.
The Interactive Repo Visualizer tool is superior to the static SVG generation option.
It will be great to have it either open-sourced, released as part of the repo Insights (tab) on GitHub, or at least add official support for accessing private repos.
In the mean time, here are the instructions to get the current tool working with private repos:
Go to https://github.com/settings/tokens
Generate a new PAT with repo permissions
Go to https://mango-dune-07a8b7110.1.azurestaticapps.net/
Add the following code to the JS console replacing
TOKEN
with your GitHub PATIn the repository input, type any repository (public or private)
Kudos to @filipegiusti for posting the original instructions for private repo support.
The text was updated successfully, but these errors were encountered: