From 4c91922380cfd90c298e22b6926ac9fa10bb998f Mon Sep 17 00:00:00 2001 From: Rhys Koedijk Date: Sun, 29 Sep 2024 01:23:12 +1200 Subject: [PATCH] Set github registry credentials to avoid rate-limiting when generating pull request descriptions --- extension/tasks/dependabotV2/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/extension/tasks/dependabotV2/index.ts b/extension/tasks/dependabotV2/index.ts index 3d9a3493..19ed23f9 100644 --- a/extension/tasks/dependabotV2/index.ts +++ b/extension/tasks/dependabotV2/index.ts @@ -61,6 +61,7 @@ async function run() { ); const dependabotUpdaterOptions = { + azureDevOpsAccessToken: taskInputs.systemAccessToken, gitHubAccessToken: taskInputs.githubAccessToken, collectorImage: undefined, // TODO: Add config for this? proxyImage: undefined, // TODO: Add config for this?