Skip to content

Commit 2ea489d

Browse files
fix: add package write permission to auto-release workflow (#190)
Co-authored-by: ChristophShyper <45788587+ChristophShyper@users.noreply.github.com>
1 parent 0666e65 commit 2ea489d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/auto-release-create.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020

2121
permissions:
2222
contents: write
23+
packages: write
2324
pull-requests: read
2425

2526
jobs:

0 commit comments

Comments
 (0)