From 23e34dc6c8363da03cf147e1614142f44497a694 Mon Sep 17 00:00:00 2001 From: bkellam Date: Fri, 13 Dec 2024 16:25:16 -0800 Subject: [PATCH] use github token in demo site config --- demo-site-config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/demo-site-config.json b/demo-site-config.json index ff7d1650..d7b3e647 100644 --- a/demo-site-config.json +++ b/demo-site-config.json @@ -6,6 +6,9 @@ "repos": [ { "type": "github", + "token": { + "env": "GITHUB_TOKEN" + }, "repos": [ "torvalds/linux", "pytorch/pytorch",