From dfb32ddfbe50828761961e37c3ef9a243fc9e67a Mon Sep 17 00:00:00 2001 From: Timothy <50641082+txmxthy@users.noreply.github.com> Date: Wed, 6 May 2026 18:53:42 +1200 Subject: [PATCH] Switch to OIDC trusted publishing, remove NPM_TOKEN --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 69492bd..cb89778 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,8 +20,6 @@ jobs: - run: npm ci - run: npm run build - run: npm publish --provenance --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Create GitHub Release uses: softprops/action-gh-release@v2 with: