mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-11 10:13:13 +00:00
use npm token
This commit is contained in:
parent
b8a9d132c1
commit
4df46608dc
4
.github/workflows/pre-release.yml
vendored
4
.github/workflows/pre-release.yml
vendored
@ -5,7 +5,7 @@ env:
|
||||
NODE_JS: "24"
|
||||
|
||||
permissions:
|
||||
id-token: write # Required for npmjs' OIDC
|
||||
id-token: write
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
@ -28,3 +28,5 @@ jobs:
|
||||
- run: npm run build
|
||||
|
||||
- run: npm run publish -- --tag next
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_JS_WAKU_PUBLISH }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user