Skip to content

Commit

Permalink
ci: Bug fix? Use RELEASE_PLZ PAT for auto-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr0methean committed Apr 28, 2024
1 parent 12b988b commit 82e0d5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_merge_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}
uses: dependabot/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
github-token: "${{ secrets.RELEASE_PLZ_PAT }}"
- name: Enable auto-merge
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: "${{ secrets.RELEASE_PLZ_PAT }}"

0 comments on commit 82e0d5c

Please sign in to comment.