Merge branch 'master' into issue-280-2

This commit is contained in:
Chris Hennick 2024-04-28 13:15:43 -07:00 committed by GitHub
commit 9d4f102498
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -20,4 +20,4 @@ jobs:
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: "${{ github.token }}"