ci: Bug fix? Use RELEASE_PLZ PAT for auto-merge
This commit is contained in:
parent
12b988b824
commit
82e0d5c150
1 changed files with 2 additions and 2 deletions
4
.github/workflows/auto_merge_prs.yml
vendored
4
.github/workflows/auto_merge_prs.yml
vendored
|
@ -15,9 +15,9 @@ jobs:
|
|||
if: ${{ github.actor == 'dependabot[bot]' }}
|
||||
uses: dependabot/fetch-metadata@v2.1.0
|
||||
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 }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue