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": [
{
"type": "github",
"token": {
"env": "GITHUB_TOKEN"
},
"repos": [
"torvalds/linux",
"pytorch/pytorch",