mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 20:35:24 +00:00
use github token in demo site config
This commit is contained in:
parent
d70ea41cd9
commit
23e34dc6c8
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,9 @@
|
|||
"repos": [
|
||||
{
|
||||
"type": "github",
|
||||
"token": {
|
||||
"env": "GITHUB_TOKEN"
|
||||
},
|
||||
"repos": [
|
||||
"torvalds/linux",
|
||||
"pytorch/pytorch",
|
||||
|
|
|
|||
Loading…
Reference in a new issue