Skip to content

Commit

Permalink
use gh suggested env in weekly dependabot reviewer action (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
mellowagain authored Jun 11, 2024
1 parent 5d28529 commit 0a286a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly_dependency_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: assign dependency updates team to pull request
env:
GITHUB_TOKEN: ${{ secrets.PRIVATE_GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.PRIVATE_GITHUB_TOKEN }}
url: ${{ github.event.pull_request.html_url }}
run: |
gh pr edit "$url" --add-reviewer fiberplane/cli-devs-dependency-updates

0 comments on commit 0a286a4

Please sign in to comment.