Skip to content

Commit d84ca9e

Browse files
committed
Add packages:write permission to package publish workflow
1 parent 11463e6 commit d84ca9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
release:
55
types: [published]
66

7+
permissions:
8+
packages: write
9+
710
env:
811
IMAGE_NAME: release-upload-asset
912

0 commit comments

Comments
 (0)