Skip to content

Commit 304a7cf

Browse files
authored
Merge pull request #836 from cmu-delphi/ds/dependabot
bug(ci): change name to GH_TOKEN for dependabot
2 parents 85e6545 + ac726be commit 304a7cf

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
@@ -7,7 +7,7 @@ jobs:
77
dependabot:
88
runs-on: ubuntu-latest
99
env:
10-
GITHUB_PAT: ${{ secrets.CMU_DELPHI_AUTOMATION_MACHINE_DEPENDABOT_PAT }}
10+
GH_TOKEN: ${{ secrets.CMU_DELPHI_AUTOMATION_MACHINE_DEPENDABOT_PAT }}
1111
if: ${{ github.actor == 'dependabot[bot]' }}
1212
steps:
1313
- name: Assign team to PR

0 commit comments

Comments
 (0)