From d8886d909083b0cf8491389ce151aed529dc9146 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03bd45fd3..9e317bf9c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,6 +80,7 @@ jobs: uses: ./.github/.release/actions/actions/services/npm with: token: ${{ secrets.GH_TOKEN }} + npm-auth-type: oidc npm-token: ${{ secrets.NPM_TOKEN }} check-ownership: false build-command: npm run build