Skip to content

Commit

Permalink
PMM-12527 CI didn't trigger after PR merge if auto-merge was enabled …
Browse files Browse the repository at this point in the history
…with github token

re-try one more time with different repo config
  • Loading branch information
browseman authored Nov 9, 2023
1 parent 1e813cf commit ad1a203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.ROBOT_TOKEN }}

0 comments on commit ad1a203

Please sign in to comment.