Skip to content

Commit ff9c430

Browse files
authored
chore: use npm token (#2693)
1 parent b8a9d13 commit ff9c430

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pre-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
NODE_JS: "24"
66

77
permissions:
8-
id-token: write # Required for npmjs' OIDC
8+
id-token: write
99
contents: read
1010

1111
jobs:
@@ -28,3 +28,5 @@ jobs:
2828
- run: npm run build
2929

3030
- run: npm run publish -- --tag next
31+
env:
32+
NODE_AUTH_TOKEN: ${{ secrets.NPM_JS_WAKU_PUBLISH }}

0 commit comments

Comments
 (0)