Skip to content

Commit 0ef4a81

Browse files
authored
Merge pull request #643 from ruby/fix-env-name
Fixed wrong name of environmental variable
2 parents cd3d6e3 + dbb1833 commit 0ef4a81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependabot_automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
run: gh pr merge --auto --merge "$PR_URL"
3030
env:
3131
PR_URL: ${{ github.event.pull_request.html_url }}
32-
GITHUB_TOKEN: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
32+
GH_TOKEN: ${{ secrets.MATZBOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)