Skip to content

Commit bbc9595

Browse files
authored
Merge pull request #837 from cmu-delphi/ds/dependabot
bug(ci): change scope of GH_TOKEN env???
2 parents 304a7cf + c5fb652 commit bbc9595

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dependabot-assignments.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ permissions: write-all
66
jobs:
77
dependabot:
88
runs-on: ubuntu-latest
9-
env:
10-
GH_TOKEN: ${{ secrets.CMU_DELPHI_AUTOMATION_MACHINE_DEPENDABOT_PAT }}
119
if: ${{ github.actor == 'dependabot[bot]' }}
1210
steps:
1311
- name: Assign team to PR
1412
run: gh pr edit "$PR_URL" --add-reviewer "code-reviewers"
1513
env:
16-
PR_URL: ${{github.event.pull_request.html_url}}
14+
PR_URL: ${{github.event.pull_request.html_url}}
15+
GH_TOKEN: ${{ secrets.CMU_DELPHI_AUTOMATION_MACHINE_DEPENDABOT_PAT }}

0 commit comments

Comments
 (0)