From 7cbe0b860ada4cc1c7e979229d4707605a3c13ac Mon Sep 17 00:00:00 2001 From: ditmarvisser Date: Thu, 9 Oct 2025 19:32:37 +0200 Subject: [PATCH] fix: github token --- config.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.js b/config.js index 951c934..2e00f55 100644 --- a/config.js +++ b/config.js @@ -10,4 +10,11 @@ module.exports = { }, optimizeForDisabled: true, persistRepoData: true, + hostRules: [ + { + hostType: 'github', + matchHost: 'github.com', + token: process.env.GITHUB_TOKEN, + }, + ], }; \ No newline at end of file