From b5164271c754bee39ba07d5e046f3d46361fe6d2 Mon Sep 17 00:00:00 2001 From: Jairo Panduro Date: Fri, 12 Dec 2025 11:42:16 +0100 Subject: [PATCH] fix: remove explicit npm token usage --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aff51b3e..85fd8606 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,8 +20,6 @@ jobs: - run: npm i - name: Check Git Commit name run: git log -1 --pretty=format:"%s" | npx commitlint - # Setup .npmrc file to publish to npm registry - - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ~/.npmrc - name: Deploy to npm and git run: npm config list && npm run release env: