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