Skip to content

Commit 2cba861

Browse files
authored
dependabot-automerge.yml: add GH_TOKEN
GitHub Actions sets `GITHUB_TOKEN` but `gh` needs `GH_TOKEN`
1 parent 91d8191 commit 2cba861

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dependabot-automerge.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
if: ${{ github.actor == 'dependabot[bot]' }}
1111
env:
1212
PR_URL: ${{github.event.pull_request.html_url}}
13+
GH_TOKEN: ${{ github.token }}
1314
steps:
1415
#- name: approve
1516
# run: gh pr review --approve "$PR_URL"

0 commit comments

Comments
 (0)