use github token in demo site config

This commit is contained in:
bkellam 2024-12-13 16:25:16 -08:00
parent d70ea41cd9
commit 23e34dc6c8

View file

@ -6,6 +6,9 @@
"repos": [ "repos": [
{ {
"type": "github", "type": "github",
"token": {
"env": "GITHUB_TOKEN"
},
"repos": [ "repos": [
"torvalds/linux", "torvalds/linux",
"pytorch/pytorch", "pytorch/pytorch",