From 9e3c64cc7d0b52afa1da44b90d2875eb78596e45 Mon Sep 17 00:00:00 2001 From: Eric Allam Date: Tue, 10 Mar 2026 10:21:14 +0000 Subject: [PATCH] chore: remove NPM_TOKEN, use OIDC for npm publish --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3398f78..3266419 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,6 @@ jobs: - name: Publish to npm run: pnpm changeset publish env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_CONFIG_PROVENANCE: true - name: Create git tags