From 003323dcf9fb21f0fd868717c6ca71339c862ff3 Mon Sep 17 00:00:00 2001 From: Chrilleweb Date: Mon, 26 Jan 2026 19:22:25 +0100 Subject: [PATCH] chore: updated release.yml --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3f2d33..9e9fef7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,8 +39,9 @@ jobs: needs: check if: needs.check.outputs.should_release == 'true' runs-on: ubuntu-latest - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + permissions: + contents: write + id-token: write steps: - uses: actions/checkout@v4