Load images from a private github repo

I am making a shiny app that links to images from a github repo. This works fine when the repo is public but I can't work out how to make it work when I make the repo private.

I have set up a private access token using:
usethis::create_github_token() #which takes me to a github page to create the token

How do I use the token to load the images from the private repo?

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.