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 63f3bda + 2d94bcf commit ed822eaCopy full SHA for ed822ea
.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