Skip to content

Commit b06aca2

Browse files
committed
ci: update publish workflow permissions for release comments
- Change contents permission from read to write - Enable GitHub Actions to comment on releases 🤖 Generated with Claude via commitment
1 parent b4c6fe9 commit b06aca2

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
@@ -9,7 +9,7 @@ jobs:
99
name: Publish to npm
1010
runs-on: ubuntu-latest
1111
permissions:
12-
contents: read
12+
contents: write # Needed to comment on release
1313
id-token: write # Required for npm provenance
1414

1515
steps:

0 commit comments

Comments
 (0)