Skip to content

Commit 607e03d

Browse files
Add packages: write permission to merge job
1 parent 2bbbd57 commit 607e03d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ghcr-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ jobs:
115115

116116
merge:
117117
runs-on: ubuntu-latest
118+
permissions:
119+
packages: write
118120
if: github.event_name != 'pull_request'
119121
needs:
120122
- build

0 commit comments

Comments
 (0)