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?