View Single Post
Old 02-14-2026, 04:46 AM   #16
Tawar
Junior Member
Tawar began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Dec 2025
Device: Pocketbook Inkpad Color 3
Quote:
Originally Posted by Tawar View Post
Yes. I think that's right.

Code:
-- User-editable configuration for AppStore plugin.
-- Fill in your personal access tokens (PAT) here to raise API limits.
-- Example for GitHub: generate a PAT with "public_repo" scope and paste it below.
return {
    auth = {
        github = {
            type = "github",
            token = "ghp_abc123xyz456",
        },
    },
}
Now it seems to be working.
Tawar is offline   Reply With Quote