mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-15 05:45:20 +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": [
|
"repos": [
|
||||||
{
|
{
|
||||||
"type": "github",
|
"type": "github",
|
||||||
|
"token": {
|
||||||
|
"env": "GITHUB_TOKEN"
|
||||||
|
},
|
||||||
"repos": [
|
"repos": [
|
||||||
"torvalds/linux",
|
"torvalds/linux",
|
||||||
"pytorch/pytorch",
|
"pytorch/pytorch",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue