Skip to content

Commit 31a1720

Browse files
authored
Update token format (sindresorhus#246)
1 parent a087726 commit 31a1720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h4>Root URL</h4>
1616

1717
<label>
1818
<h4>Token</h4>
19-
<input type="text" name="token" placeholder="a1b2c3d4e5f6g7h8i9j0a1b2c3d4e5f6g7h8i9j0" pattern="[a-z\d]{40}" spellcheck="false">
19+
<input type="text" name="token" placeholder="ghp_a1b2c3d4e5f6g7h8i9j0a1b2c3d4e5f6g7h8" pattern="[\da-f]{40}|ghp_\w{36,251}" spellcheck="false">
2020
</label>
2121
<p class="small">For public repositories, <a href="https://github.com/settings/tokens/new?scopes=notifications&description=Notifier for GitHub extension" target="_blank">create a token</a> with the <strong>notifications</strong> permission and specify it.</p>
2222
<p class="small">If you want notifications for private repositories, you'll need to <a href="https://github.com/settings/tokens/new?scopes=notifications,repo&description=Notifier for GitHub extension" target="_blank">create a token</a> with the <strong>notifications</strong> and <strong>repo</strong> permissions.</p>

0 commit comments

Comments
 (0)