Skip to content

Commit 9840066

Browse files
committed
fix ci
1 parent 827f122 commit 9840066

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,21 @@ import { SettingSchemaDesc } from '@logseq/libs/dist/LSPlugin.user';
33
// import 'octokit'
44
import { Octokit, App } from 'octokit'
55
let githubToken = process.env.GITHUBAUTHENTICATIONTOKEN
6+
console.log(githubToken)
67
const octokit = new Octokit({ auth: `${githubToken}` });
78
//Inputs 5 numbered blocks when called
89

910
var blockArray
1011

1112
const pageName = "Github"
1213
let settings: SettingSchemaDesc[] = [
14+
{
15+
key: "API Key",
16+
type: "string",
17+
title: "Enter github personal access token",
18+
description: "Enter your personal access token here",
19+
default: "user:sawhney17"
20+
},
1321
{
1422
key: "SearchQuery",
1523
type: "string",

0 commit comments

Comments
 (0)