You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/popup.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ <h4>Your Github Token</h4>
122
122
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>
123
123
<b>How to obtain:</b><br>
124
124
1. Go to <ahref="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>
126
126
3. Click "Generate new token", select scopes (at least <code>repo</code> and <code>read:user</code>), and copy the token.<br>
0 commit comments