From be522971a70441cae4844d6cb276afa5440ca4cf Mon Sep 17 00:00:00 2001 From: maxnorm Date: Wed, 1 Apr 2026 16:02:45 -0400 Subject: [PATCH] finish pub setup with oidc --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 02e3bbd8..ecb17107 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -100,8 +100,7 @@ jobs: - name: Publish to npm run: npm publish -w ${{ matrix.workspace }} --access public env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - NPM_CONFIG_PROVENANCE: "false" + NPM_CONFIG_PROVENANCE: "true" - name: Create git tag and GitHub Release env: