We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e01fa commit d5404a2Copy full SHA for d5404a2
1 file changed
.github/workflows/npm-publish.yml
@@ -5,6 +5,10 @@ name: Node.js Package
5
on:
6
workflow_dispatch
7
8
+permissions:
9
+ id-token: write
10
+ contents: read
11
+
12
jobs:
13
build:
14
runs-on: ubuntu-latest
@@ -29,5 +33,3 @@ jobs:
29
33
registry-url: https://registry.npmjs.org/
30
34
- run: pnpm install
31
35
- run: pnpm publish --access public
32
- env:
- NODE_AUTH_TOKEN: ${{secrets.npm_token}}
0 commit comments