From ff6e6f0f1e3b2c7451a643e28e0aed0a75a5f75d Mon Sep 17 00:00:00 2001 From: Masaki Kobayashi Date: Wed, 28 Jan 2026 03:46:26 +0900 Subject: [PATCH] Switch to authn with OIDC in publishing --- .github/workflows/publish.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 47a151c..4d17a61 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -25,5 +25,3 @@ jobs: - run: make deps - run: make build - run: npm publish --provenance --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}