We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b8fbbb + f1b3e71 commit 63cc82fCopy full SHA for 63cc82f
.github/workflows/dependabot-assignments.yml
@@ -8,7 +8,7 @@ jobs:
8
dependabot:
9
runs-on: ubuntu-latest
10
env:
11
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.CMU_DELPHI_AUTOMATION_MACHINE_DEPENDABOT_PAT }}
12
if: ${{ github.actor == 'dependabot[bot]' }}
13
steps:
14
- name: Assign team to PR
0 commit comments