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.
2 parents fa0afcd + 0c8240f commit 5ec4395Copy full SHA for 5ec4395
.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,9 @@ on:
release:
types: [created]
8
9
10
11
publish-npm:
12
0 commit comments