mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 04:15:30 +00:00
Add packages: write permission to merge job
This commit is contained in:
parent
2bbbd57691
commit
607e03d179
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ghcr-publish.yml
vendored
2
.github/workflows/ghcr-publish.yml
vendored
|
|
@ -115,6 +115,8 @@ jobs:
|
|||
|
||||
merge:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
packages: write
|
||||
if: github.event_name != 'pull_request'
|
||||
needs:
|
||||
- build
|
||||
|
|
|
|||
Loading…
Reference in a new issue