ci: Bug fix? Test with no explicit auth in "Enable auto-merge" step
This commit is contained in:
parent
b23a892f5b
commit
6270595746
1 changed files with 2 additions and 3 deletions
5
.github/workflows/auto_merge_prs.yml
vendored
5
.github/workflows/auto_merge_prs.yml
vendored
|
@ -15,9 +15,8 @@ jobs:
|
|||
if: ${{ github.actor == 'dependabot[bot]' }}
|
||||
uses: dependabot/fetch-metadata@v2.1.0
|
||||
with:
|
||||
github-token: "${{ github.token }}"
|
||||
github-token: ${{ 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 }}"
|
||||
PR_URL: ${{github.event.pull_request.html_url}}
|
||||
|
|
Loading…
Add table
Reference in a new issue