From 8a3c2c0b1711b59ec0133bbd5f0e8accd7e7561f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?espen=20dall=C3=B8kken?= Date: Tue, 2 Dec 2025 09:45:33 +0100 Subject: [PATCH] chore: updating publish action with npm credentials --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9b40f1b..9072628 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: with: node-version: 24 - - run: npm clean-install + - run: npm ci - run: npm run lint @@ -38,3 +38,4 @@ jobs: env: SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }}