We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c328a31 commit d669c17Copy full SHA for d669c17
1 file changed
.github/workflows/publish.yaml
@@ -3,6 +3,9 @@ name: Publish
3
on:
4
workflow_dispatch: # Allow manual triggering of the workflow
5
6
+permissions:
7
+ contents: read
8
+
9
jobs:
10
publish-npm:
11
runs-on: ubuntu-latest
0 commit comments