File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ Perfect for maintaining a streamlined and relevant network on GitHub! This scrip
29
29
- ** Easy Setup:** Simple configuration with a ` .env ` file.
30
30
- ** Cross-Platform:** Works on Unix-like systems and Windows.
31
31
32
+ <br >
33
+
32
34
## 📦 Installation
33
35
34
36
1 . Clone the repository:
@@ -55,8 +57,12 @@ Perfect for maintaining a streamlined and relevant network on GitHub! This scrip
55
57
Then edit the `.env` file:
56
58
```
57
59
GITHUB_USERNAME=your_username
58
- GITHUB_PASSWORD=your_password
60
+ GITHUB_TOKEN=your_personal_access_token
59
61
```
62
+ personal token you can get here: `GitHub > Settings > Developer settings > Personal access tokens`<br>
63
+ https://github.com/settings/tokens
64
+
65
+ <br>
60
66
61
67
## ▶️ How to run
62
68
You can’t perform that action at this time.
0 commit comments