We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 358175b commit d972baeCopy full SHA for d972bae
script.js
@@ -2,7 +2,7 @@ console.log('Script loaded');
2
3
// Add your GitHub token here (optional - increases rate limit from 60 to 5000 requests/hour)
4
// Get a token at: https://github.com/settings/tokens (no scopes needed)
5
-const GITHUB_TOKEN = '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'; // Example: 'ghp_xxxxxxxxxxxx'
+const GITHUB_TOKEN = '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'; // Example: 'ghp_xxxxxxxxxxxx'
6
7
// State
8
const state = {
0 commit comments