-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
26 lines (26 loc) · 821 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "Rocketbook Github",
"description": "Small script that checks your Gmail for new Rocketbook emails and sends them to a Github repo",
"logo": "https://i.imgur.com/Cjlv56C.png",
"repository": "https://github.com/MathiasSven/rocketbook-github",
"keywords": ["rocketbook", "obsidian", "script"],
"env": {
"PASSWORD": {
"description": "Set in a password to access the monitor."
},
"GITHUB_TOKEN": {
"description": "Github Token with repo access."
},
"GITHUB_REPO": {
"description": "Github Repo in its full form, eg: Username/Repo"
},
"GITHUB_BRANCH": {
"description": "Github Branch, eg: heads/master.",
"value": "heads/master"
},
"GITHUB_DESTIONATION": {
"description": "Github Destination, eg Folder/Subfolder; Leave blank for root",
"required": false
}
}
}