Merge branch 'master' into issue-280-2
This commit is contained in:
commit
9d4f102498
1 changed files with 1 additions and 1 deletions
2
.github/workflows/auto_merge_prs.yml
vendored
2
.github/workflows/auto_merge_prs.yml
vendored
|
@ -20,4 +20,4 @@ jobs:
|
||||||
run: gh pr merge --auto --merge "$PR_URL"
|
run: gh pr merge --auto --merge "$PR_URL"
|
||||||
env:
|
env:
|
||||||
PR_URL: ${{github.event.pull_request.html_url}}
|
PR_URL: ${{github.event.pull_request.html_url}}
|
||||||
GH_TOKEN: "${{ secrets.RELEASE_PLZ_PAT }}"
|
GH_TOKEN: "${{ github.token }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue