Skip to content

Commit d0fb05e

Browse files
committed
update readme
1 parent 65f4a0e commit d0fb05e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ anyone may be able to see the name of one or more private repositories.
2525
1. 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

4242
4. 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

4747
5. 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

5252
6. 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

6262
8. 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

Comments
 (0)