Files
llmx/.github/workflows
Sebastian Krüger ec0c5a6fb7 feat(release): use NPM_TOKEN for npm publishing instead of OIDC
Changed from npm Trusted Publishing (OIDC) to traditional token authentication.
The NODE_AUTH_TOKEN environment variable now uses the NPM_TOKEN secret.

Removed:
- OIDC id-token permission
- npm CLI update step (no longer needed)

Added:
- NODE_AUTH_TOKEN in both Setup Node.js and Publish to npm steps
2025-11-13 05:19:01 +01:00
..