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 466b564 commit 18e7413Copy full SHA for 18e7413
.github/workflows/_publish-npm.yml
@@ -28,6 +28,10 @@ on:
28
default: true
29
type: boolean
30
31
+permissions:
32
+ contents: write
33
+ id-token: write
34
+
35
jobs:
36
npm-publish:
37
permissions:
@@ -44,10 +48,10 @@ jobs:
44
48
with:
45
49
node-version: ${{ inputs.node_version }}
46
50
cache: "pnpm"
47
- - name: Authenticate with Registry
- run: echo -e "\n//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
- env:
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
51
+ # - name: Authenticate with Registry
52
+ # run: echo -e "\n//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> .npmrc
53
+ # env:
54
+ # NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
55
- run: pnpm i --frozen-lockfile
56
- uses: nick-invision/retry@v2
57
0 commit comments