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 a5e9465 + 37df45b commit cdeb3b9Copy full SHA for cdeb3b9
.github/workflows/npm-publish.yml
@@ -8,6 +8,7 @@ on:
8
types: [created]
9
10
permissions:
11
+ id-token: write
12
contents: read
13
actions: read
14
@@ -35,9 +36,7 @@ jobs:
35
36
- uses: actions/checkout@v4
37
- uses: actions/setup-node@v4
38
with:
- node-version: 20
39
+ node-version: 24
40
registry-url: https://registry.npmjs.org/
41
- run: npm ci
42
- run: npm publish
- env:
43
- NPM_TOKEN: ${{secrets.npm_token}}
.npmrc
package.json
@@ -23,6 +23,9 @@
23
"csaf-validator-service",
24
"secvisogram"
25
],
26
+ "repository": {
27
+ "url": "https://github.com/secvisogram/csaf-validator-service"
28
+ },
29
"publishConfig": {
30
"access": "public"
31
},
0 commit comments