Skip to content

Commit 7c26eaa

Browse files
committed
Adjust permission in workflow to write to the release
1 parent 6ee72ee commit 7c26eaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
publish:
88
runs-on: ubuntu-latest
99
permissions:
10-
contents: read
10+
contents: write
1111
packages: write
1212
steps:
1313
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)