ci: Bug fix? Use main token rather than PAT
This commit is contained in:
parent
38829b1f4b
commit
37bafb14b1
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.RELEASE_PLZ_PAT }}"
|
||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
- name: Enable auto-merge
|
||||
run: gh pr merge --auto --merge "$PR_URL"
|
||||
env:
|
||||
PR_URL: ${{github.event.pull_request.html_url}}
|
||||
GH_TOKEN: "${{ secrets.RELEASE_PLZ_PAT }}"
|
||||
GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue