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 fa0afcd commit 20b719bCopy full SHA for 20b719b
.github/workflows/nodejs.yml
@@ -1,5 +1,7 @@
1
name: Node.js CI
2
on: [push]
3
+permissions:
4
+ contents: read
5
jobs:
6
build:
7
runs-on: ubuntu-latest
@@ -14,3 +16,4 @@ jobs:
14
16
- run: npm test
15
17
env:
18
CI: true
19
+
.github/workflows/publish.yml
@@ -4,6 +4,11 @@ on:
release:
types: [created]
8
9
+ packages: write
10
+ metadata: read
11
12
13
publish-npm:
0 commit comments