Skip to content

Commit

Permalink
ci: adjust github token syntax in auto-merge job [WPB-15058] (#8541)
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Gira authored Feb 4, 2025
1 parent 21b11d9 commit 81d7246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
- name: Enable auto-merge
run: gh pr merge --auto --squash "$PR_URL"
env:
GITHUB_TOKEN: ${{secrets.OTTO_THE_BOT_GH_TOKEN}}
GH_TOKEN: ${{secrets.OTTO_THE_BOT_GH_TOKEN}}
PR_URL: ${{github.event.pull_request.html_url}}

0 comments on commit 81d7246

Please sign in to comment.