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 f33f0f8 + 97aa188 commit 85e6545Copy full SHA for 85e6545
.github/workflows/dependabot-assignments.yml
@@ -7,7 +7,7 @@ jobs:
7
dependabot:
8
runs-on: ubuntu-latest
9
env:
10
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_PAT: ${{ secrets.CMU_DELPHI_AUTOMATION_MACHINE_DEPENDABOT_PAT }}
11
if: ${{ github.actor == 'dependabot[bot]' }}
12
steps:
13
- name: Assign team to PR
0 commit comments