We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c6fe9 commit b06aca2Copy full SHA for b06aca2
1 file changed
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
name: Publish to npm
10
runs-on: ubuntu-latest
11
permissions:
12
- contents: read
+ contents: write # Needed to comment on release
13
id-token: write # Required for npm provenance
14
15
steps:
0 commit comments