Skip to content

Commit 8628562

Browse files
authored
Use Agent Integrations bot to open PR when resolving dependencies (#20201)
1 parent 23b304b commit 8628562

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/resolve-build-deps.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ jobs:
290290
uses: actions/create-github-app-token@v1
291291
id: token-generator
292292
with:
293-
app-id: ${{ vars.DD_GITHUB_TOKEN_GENERATOR_APP_ID }}
294-
private-key: ${{ secrets.DD_GITHUB_TOKEN_GENERATOR_PRIVATE_KEY }}
293+
app-id: ${{ vars.DD_AGENT_INTEGRATIONS_BOT_APP_ID }}
294+
private-key: ${{ secrets.DD_AGENT_INTEGRATIONS_BOT_PRIVATE_KEY }}
295295
repositories: integrations-core
296296

297297
- name: Create pull request
@@ -303,7 +303,7 @@ jobs:
303303
branch: bot/update-dependency-resolution
304304
branch-suffix: timestamp
305305
delete-branch: true
306-
labels: bot,qa/skip-qa
306+
labels: bot,qa/skip-qa,bot/resolve-build-deps
307307
body: |-
308308
### Motivation
309309

0 commit comments

Comments
 (0)