Skip to content

Commit 9506fc3

Browse files
AB#125 Switch npm publish to OIDC Trusted Publishing
Remove NPM_TOKEN dependency, use pnpm -r publish with provenance. Trusted Publishing configured per-package on npmjs.com. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 187aba5 commit 9506fc3

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,4 @@ jobs:
7070
run: pnpm build
7171

7272
- name: Publish packages with provenance
73-
run: pnpm changeset publish --provenance
74-
env:
75-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
76-
NPM_CONFIG_PROVENANCE: true
73+
run: pnpm -r --filter '!./packages/viewer' --filter '!./packages/vscode-extension' --filter '!./packages/benchmarks' publish --access public --provenance --no-git-checks

0 commit comments

Comments
 (0)