From a8f1e3ffb8a3106ebe86218aeaa92ba73daa3559 Mon Sep 17 00:00:00 2001 From: Marcus Notheis Date: Mon, 4 Aug 2025 09:18:20 +0200 Subject: [PATCH] ci: publish packages with OIDC trust https://docs.npmjs.com/trusted-publishers --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e73ed65b5c7..43dd49d6798 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,7 +92,6 @@ jobs: --create-release github env: GH_TOKEN: ${{ secrets.ACCESS_TOKEN }} - NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} NPM_CONFIG_PROVENANCE: true - name: build @@ -102,7 +101,6 @@ jobs: run: ${GITHUB_WORKSPACE}/node_modules/.bin/lerna publish from-git env: GH_TOKEN: ${{ secrets.ACCESS_TOKEN }} - NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} NPM_CONFIG_PROVENANCE: true ### Semantic Release Bot comments for issues and PRs ###