From d5627a583da092927825277f57106f196cf5bbcc Mon Sep 17 00:00:00 2001 From: Aslan Dukaev Date: Tue, 3 Feb 2026 08:09:33 +0300 Subject: [PATCH] upd release --- .github/workflows/release.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3d08c35..b0d8e21 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -84,6 +84,10 @@ jobs: npm-publish: needs: [release] runs-on: ubuntu-latest + environment: npm + permissions: + contents: read + id-token: write steps: - uses: actions/checkout@v4 @@ -100,6 +104,4 @@ jobs: npm version $VERSION --no-git-tag-version - name: Publish to npm - run: npm publish --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + run: npm publish --provenance --access public