From 522f41a6c593429c352e5e9e1769c36087b0b93c Mon Sep 17 00:00:00 2001 From: Felix Weinberger Date: Wed, 1 Apr 2026 14:55:02 +0000 Subject: [PATCH] chore(ci): switch publish to OIDC trusted publishing --- .github/workflows/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1f64aab3e..9635abd52 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -59,7 +59,6 @@ jobs: with: node-version: 24 cache: npm - registry-url: 'https://registry.npmjs.org' - run: npm ci @@ -85,5 +84,3 @@ jobs: fi - run: npm publish --provenance --access public ${{ steps.npm-tag.outputs.tag }} - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}