From 99666cc019b46931bad3a4f9a175616fe61a5332 Mon Sep 17 00:00:00 2001 From: Serhii Mamontov Date: Tue, 21 Oct 2025 02:04:16 +0300 Subject: [PATCH] build(workflow): use OIDC for NPM publish --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03bd45fd3..9f3915230 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: uses: ./.github/.release/actions/actions/services/npm with: token: ${{ secrets.GH_TOKEN }} - npm-token: ${{ secrets.NPM_TOKEN }} + npm-auth-type: oidc check-ownership: false build-command: npm run build - name: Create Release