Skip to content

Commit

Permalink
Set github registry credentials to avoid rate-limiting when generatin…
Browse files Browse the repository at this point in the history
…g pull request descriptions
  • Loading branch information
rhyskoedijk committed Sep 28, 2024
1 parent c75aa46 commit 4c91922
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension/tasks/dependabotV2/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit 4c91922

Please sign in to comment.