Skip to content

Commit 6489af2

Browse files
authored
Add github access token
1 parent 1ab616d commit 6489af2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
"LOG_URL": {
2323
"description": "The url of the logviewer app for viewing selfhosted logs",
2424
"required": true
25+
},
26+
"GITHUB_ACCESS_TOKEN": {
27+
"description": "Your personal access token for GitHub, adding this gives you the ability to use the 'update' command, which will sync your fork with the main repo.",
28+
"required": false
2529
}
2630
}
2731
}

0 commit comments

Comments
 (0)