Skip to content

Commit

Permalink
dependabot-automerge.yml: add GH_TOKEN
Browse files Browse the repository at this point in the history
GitHub Actions sets `GITHUB_TOKEN` but `gh` needs `GH_TOKEN`
  • Loading branch information
JasonGross authored Apr 13, 2024
1 parent 91d8191 commit 2cba861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{ github.token }}
steps:
#- name: approve
# run: gh pr review --approve "$PR_URL"
Expand Down

0 comments on commit 2cba861

Please sign in to comment.