Add packages: write permission to merge job

This commit is contained in:
bkellam 2024-09-19 16:40:45 -07:00
parent 2bbbd57691
commit 607e03d179

View file

@ -115,6 +115,8 @@ jobs:
merge:
runs-on: ubuntu-latest
permissions:
packages: write
if: github.event_name != 'pull_request'
needs:
- build