diff --git a/config.json.sample b/config.json.sample index ddeedda..b342b07 100644 --- a/config.json.sample +++ b/config.json.sample @@ -1,15 +1,15 @@ { - "github": { - "tokens": [ - # Personal Access Token - ["pat", "TOKEN"], - # APP client-secret auth - ["client_secret", "APP_CLIENT_ID", "APP_SECRET"], - # Unauthenticated - ["null"] - ] - }, - "dist": { - "listCollections": {} - } -} \ No newline at end of file + "github": { + "tokens": [ + # Personal Access Token + ["pat", "TOKEN"], + # APP client-secret auth + ["client_secret", "APP_CLIENT_ID", "APP_SECRET"], + # Unauthenticated + ["null"] + ] + }, + "dist": { + "listCollections": {} + } +}