From 65c3405d8646029995f00a5b52da4251450f5ad1 Mon Sep 17 00:00:00 2001 From: Oliver Eisenhut Date: Wed, 8 Apr 2026 15:50:39 +0200 Subject: [PATCH] Prepare for release via trusted publishers --- .github/workflows/continuous-deployment.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 36095b5..d1fe5fb 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -6,6 +6,7 @@ on: permissions: contents: read + id-token: write jobs: checks: @@ -53,5 +54,3 @@ jobs: - name: Publish to npm run: npm publish --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}