Skip to content

Commit 29831e8

Browse files
committed
Fix permission for GH release action
1 parent 6b3c34b commit 29831e8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
jobs:
66
publish:
77
runs-on: macos-latest
8+
permissions:
9+
contents: write
810

911
steps:
1012
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)