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 d755f1d commit c9a06feCopy full SHA for c9a06fe
.github/workflows/npm-publish.yml
@@ -4,6 +4,10 @@ on:
4
push:
5
branches:
6
- "main"
7
+
8
+permissions:
9
+ id-token: write # Required for OIDC / NPM Trusted Publishing (https://repos.openssf.org/trusted-publishers-for-all-package-repositories)
10
+ contents: read
11
12
jobs:
13
quality-bump-and-publish:
@@ -37,5 +41,3 @@ jobs:
37
41
run: npm run package
38
42
- name: Publish to npm
39
43
run: npm publish
40
- env:
- NPM_TOKEN: ${{secrets.NPM_TOKEN}}
.npmrc
@@ -1 +1 @@
1
-//registry.npmjs.org/:_authToken=${NPM_TOKEN}
+//registry.npmjs.org/
0 commit comments