From f144f2771f7dec9d928a2d8ea9b2cf9435147c73 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sat, 9 Aug 2025 18:22:59 +0300 Subject: [PATCH] fix(ci): add NPM_TOKEN to publish --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 002f0e7..0109251 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,6 +8,9 @@ on: permissions: read-all +env: + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + jobs: Linter: name: Lint