Skip to content

Commit 63cc82f

Browse files
authored
Merge pull request #33 from cmu-delphi/ds/dependabot
bug(ci): fix dependabot reviewer assignment
2 parents 6b8fbbb + f1b3e71 commit 63cc82f

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)