@@ -25,7 +25,7 @@ anyone may be able to see the name of one or more private repositories.
25251 . Create a personal access token (not the default GitHub Actions token) using
2626 the instructions
2727 [ here] ( https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token ) .
28- Personal access token must have permissions: ` read:user ` and ` repo ` . Copy
28+ Personal access token must have permissions: ` repo:status ` , ` public_repo ` and ` read:user ` . Copy
2929 the access token when it is generated – if you lose it, you will have to
3030 regenerate the token.
3131
@@ -37,17 +37,17 @@ anyone may be able to see the name of one or more private repositories.
3737 Otherwise, go to the "Settings" tab of the newly-created repository and go
3838 to the "Secrets" page (bottom left).
3939
40- ![ ] ( https://raw.githubusercontent.com/rahul-jha98/github-stats-transparent/main /readme_images/Actions.png)
40+ ![ ] ( /readme_images/Actions.png )
4141
42424 . Create a new secret with the name ` ACCESS_TOKEN ` and paste the copied
4343 personal access token as the value.
4444
45- <img src =' https://raw.githubusercontent.com/rahul-jha98/github-stats-transparent/main /readme_images/Token.png' height =' 250px ' />
45+ <img src =' /readme_images/Token.png ' height =' 250px ' />
4646
47475 . If you want to ignore certain repos, add them (separated by commas) to a new
4848 secret—created as before—called ` EXCLUDED ` .
4949
50- <img src =' https://raw.githubusercontent.com/rahul-jha98/github-stats-transparent/main /readme_images/Exclude.png' height =' 250px ' />
50+ <img src =' /readme_images/Exclude.png ' height =' 250px ' />
5151
52526 . If you want to ignore certain languages, add them (separated by commas) to a new secret called
5353 ` EXCLUDED_LANGS ` .
@@ -57,7 +57,7 @@ anyone may be able to see the name of one or more private repositories.
5757 forked repositories also you can do so by creating a new secret called ` COUNT_STATS_FROM_FORKS ` .
5858 For the value you can put any random value because the action only checks if the secret is set or not.
5959
60- <img src =' https://raw.githubusercontent.com/rahul-jha98/github-stats-transparent/main /readme_images/Forks.png' height =' 250px ' />
60+ <img src =' /readme_images/Forks.png ' height =' 250px ' />
6161
62628 . Go to the [ Actions Page] ( ../../actions?query=workflow%3A"Generate+Stats+Images" ) and press "Run
6363 Workflow" on the right side of the screen to generate images for the first
0 commit comments