Skip to content

Commit c887f69

Browse files
Use DAX_PAT in auto respond dependabot comments (#2107)
1 parent 85874be commit c887f69

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
Can you draft a separate PR with any fixes that might be needed?"
4343
env:
4444
PR_URL: ${{ github.event.pull_request.html_url }}
45-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45+
GH_TOKEN: ${{ secrets.DAX_PAT }}

.github/workflows/dependabot-conflict-detector.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- name: Check Dependabot PRs for conflicts
1515
uses: actions/github-script@v7
1616
with:
17+
github-token: ${{ secrets.DAX_PAT }}
1718
script: |
1819
const { data: pulls } = await github.rest.pulls.list({
1920
owner: context.repo.owner,

0 commit comments

Comments
 (0)