From dc7d1eb44a15570518af6b0e9c3ad76a9a878b3c Mon Sep 17 00:00:00 2001 From: Peter Johnson <738069+missinglink@users.noreply.github.com> Date: Mon, 26 Jan 2026 16:26:10 +0100 Subject: [PATCH] fix(build): configure CI for NPM OIDC Tokens --- .github/workflows/npm_publish.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm_publish.yml b/.github/workflows/npm_publish.yml index fcfdfee..315b8c2 100644 --- a/.github/workflows/npm_publish.yml +++ b/.github/workflows/npm_publish.yml @@ -39,6 +39,5 @@ jobs: run: npm run build - name: Publish env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - run: npx semantic-release + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: npx --yes semantic-release