Skip to content

Commit d8ca0e2

Browse files
committed
changes in readme
Signed-off-by: Vedansh Saini <[email protected]>
1 parent 9041a53 commit d8ca0e2

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -127,24 +127,18 @@ Scrum Helper is not limited to the [FOSSASIA](https://github.com/fossasia) organ
127127
Visit [https://github.com/settings/tokens](https://github.com/settings/tokens) while logged in to your GitHub account.
128128

129129
2. **Choose Token Type:**
130-
- For most users, select **"Fine-grained tokens"** (recommended) or **"Personal access tokens (classic)"**.
130+
- Select **"Personal access tokens (classic)"**.
131131

132132
3. **Generate a New Token:**
133133
- Click **"Generate new token"**.
134134
- Give your token a descriptive name (e.g., "Scrum Helper Extension").
135135
- Set an expiration date if desired.
136136

137-
4. **Select Scopes/Permissions:**
138-
- At minimum, select:
139-
- `repo` (for access to your repositories)
140-
- `read:user` (to read your user profile)
141-
- For private repositories, ensure you grant access to those as well.
142-
143-
5. **Create and Copy the Token:**
137+
4. **Create and Copy the Token:**
144138
- Click **"Generate token"** at the bottom.
145139
- **Copy the token** and save it securely. You will not be able to see it again!
146140

147-
6. **Paste the Token in Scrum Helper:**
141+
5. **Paste the Token in Scrum Helper:**
148142
- Open the Scrum Helper extension popup.
149143
- Paste your token into the "GitHub Token" field.
150144

src/popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h4>Your Github Token</h4>
122122
Using a personal access token allows the extension to make authenticated requests to GitHub, increasing your API rate limit and enabling access to private repositories (if you grant those permissions).<br><br>
123123
<b>How to obtain:</b><br>
124124
1. Go to <a href="https://github.com/settings/tokens" target="_blank" style="color:#2563eb;text-decoration:underline;">GitHub Developer Settings</a>.<br>
125-
2. Click "Fine-grained tokens" or "Personal access tokens".<br>
125+
2. Click "Classic Token".<br>
126126
3. Click "Generate new token", select scopes (at least <code>repo</code> and <code>read:user</code>), and copy the token.<br>
127127
4. Paste it here.<br>
128128
<i>Keep your token secret!</i>

0 commit comments

Comments
 (0)