Skip to content

Commit 8298251

Browse files
authored
ci: Write permissions for npm publishing (#732)
1 parent c17d657 commit 8298251

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ jobs:
140140
name: Publish to NPM
141141
needs: [update_changelog]
142142
runs-on: ubuntu-latest
143+
permissions:
144+
contents: write
145+
id-token: write
143146
steps:
144147
- uses: actions/checkout@v4
145148
with:

0 commit comments

Comments
 (0)