From 979b8c5ed308a163b04d9f16714ba062329502d4 Mon Sep 17 00:00:00 2001 From: Maksim Gruzdev Date: Sat, 25 Oct 2025 16:52:57 +0300 Subject: [PATCH] Migrate to Trusted Publishing (OIDC) --- .github/workflows/publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 72acade..b7e1f71 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,8 +20,5 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18 - registry-url: 'https://registry.npmjs.org' - run: npm ci - - run: npm publish --provenance --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + - run: npm publish --access public