Skip to content

Commit d972bae

Browse files
author
Vic-Nas
committed
Changed token
1 parent 358175b commit d972bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ console.log('Script loaded');
22

33
// Add your GitHub token here (optional - increases rate limit from 60 to 5000 requests/hour)
44
// Get a token at: https://github.com/settings/tokens (no scopes needed)
5-
const GITHUB_TOKEN = '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'; // Example: 'ghp_xxxxxxxxxxxx'
5+
const GITHUB_TOKEN = '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'; // Example: 'ghp_xxxxxxxxxxxx'
66

77
// State
88
const state = {

0 commit comments

Comments
 (0)