We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b304b commit 8628562Copy full SHA for 8628562
.github/workflows/resolve-build-deps.yaml
@@ -290,8 +290,8 @@ jobs:
290
uses: actions/create-github-app-token@v1
291
id: token-generator
292
with:
293
- app-id: ${{ vars.DD_GITHUB_TOKEN_GENERATOR_APP_ID }}
294
- private-key: ${{ secrets.DD_GITHUB_TOKEN_GENERATOR_PRIVATE_KEY }}
+ app-id: ${{ vars.DD_AGENT_INTEGRATIONS_BOT_APP_ID }}
+ private-key: ${{ secrets.DD_AGENT_INTEGRATIONS_BOT_PRIVATE_KEY }}
295
repositories: integrations-core
296
297
- name: Create pull request
@@ -303,7 +303,7 @@ jobs:
303
branch: bot/update-dependency-resolution
304
branch-suffix: timestamp
305
delete-branch: true
306
- labels: bot,qa/skip-qa
+ labels: bot,qa/skip-qa,bot/resolve-build-deps
307
body: |-
308
### Motivation
309
0 commit comments