Skip to content

Commit c2517af

Browse files
fix: add content write permissions to publish (#329)
1 parent 7177825 commit c2517af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- "**/CHANGELOG.md"
99

1010
permissions:
11-
contents: read
11+
contents: write
1212

1313
concurrency: ${{ github.workflow }}-${{ github.ref }}
1414

0 commit comments

Comments
 (0)