Skip to content

Commit 2d94bcf

Browse files
committed
bug(ci): fix dependabot reviewer assignment
1 parent 63f3bda commit 2d94bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot-assignments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
dependabot:
99
runs-on: ubuntu-latest
1010
env:
11-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11+
GH_TOKEN: ${{ secrets.CMU_DELPHI_AUTOMATION_MACHINE_DEPENDABOT_PAT }}
1212
if: ${{ github.actor == 'dependabot[bot]' }}
1313
steps:
1414
- name: Assign team to PR

0 commit comments

Comments
 (0)