Skip to content

Commit

Permalink
PMM-12527 - CI didn't trigger after PR merge if auto-merge was enable…
Browse files Browse the repository at this point in the history
…d with github token
  • Loading branch information
browseman authored Nov 8, 2023
1 parent 3f87a83 commit f331676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
id: metadata
uses: dependabot/fetch-metadata@v1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
github-token: "${{ secrets.ROBOT_TOKEN }}"

- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.ROBOT_TOKEN}}

0 comments on commit f331676

Please sign in to comment.