mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-02 13:53:12 +00:00
chore: use npm token (#2693)
This commit is contained in:
parent
b8a9d132c1
commit
ff9c43038e
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