From ff9c43038e3a0a4c080b28de8cc94f4a334fd173 Mon Sep 17 00:00:00 2001 From: Sasha <118575614+weboko@users.noreply.github.com> Date: Wed, 22 Oct 2025 14:26:13 +0200 Subject: [PATCH] chore: use npm token (#2693) --- .github/workflows/pre-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 6170343f17..659676f47e 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -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 }}