We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c670d60 commit d75973aCopy full SHA for d75973a
.github/workflows/node.js.yml
@@ -12,6 +12,10 @@ on:
12
branches: [ master ]
13
14
jobs:
15
+ permissions:
16
+ contents: read
17
+ pull-requests: read
18
+
19
build:
20
runs-on: ubuntu-latest
21
.github/workflows/npm-publish.yml
@@ -9,6 +9,10 @@ on:
9
types: [created]
10
11
0 commit comments