View Single Post
Old 02-13-2026, 03:23 AM   #15
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 omerfaruq View Post
Hi, did you enter your token as described here: https://github.com/omer-faruq/appsto...ion-github-pat ?


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",
        },
    },
}
Tawar is offline   Reply With Quote