We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c1dc4 commit 874b2a4Copy full SHA for 874b2a4
2 files changed
.github/workflows/node.js.yml
@@ -13,6 +13,10 @@ on:
13
14
jobs:
15
build:
16
+ permissions:
17
+ contents: read
18
+ pull-requests: read
19
+
20
runs-on: ubuntu-latest
21
22
strategy:
.github/workflows/npm-publish.yml
@@ -11,6 +11,10 @@ on:
11
12
@@ -38,6 +42,10 @@ jobs:
38
42
run: npm run test-node
39
43
40
44
publish-npm:
45
46
47
48
41
49
needs: build
50
51
0 commit comments