-
Notifications
You must be signed in to change notification settings - Fork 1
update release CI #97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
e3b43f8 to
84e986d
Compare
6a70a24 to
c0c79ca
Compare
|
|
||
| release: | ||
| name: Release | ||
| needs: [quality] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing npm authentication token breaks package publishing
High Severity
The NODE_AUTH_TOKEN environment variable was removed from the changesets/action step. Since actions/setup-node is configured with registry-url: "https://registry.npmjs.org", it creates an .npmrc that expects NODE_AUTH_TOKEN for authentication. Without this secret (previously set to ${{ secrets.NPM_ACCESS_TOKEN }}), the pnpm release command will fail when attempting to publish packages to npm with an authentication error.
7a5b665 to
e0cc7d3
Compare

Note
Introduces stricter quality gates and centralizes environment management while refining type handling across packages.
continuous-releaseintolint,typecheck,test(incl. 1Password +@proofkit/fmodataE2E), andbuild;release.ymladds manual trigger, TURBO env, and aqualityjob gating publishop.env; removes per-packageop.envand updates scripts to reference../../op.envtypecheckscripts across packages and a Turbotypechecktask; bumpsturboandpnpm; small lint script tweaksenvFile(defaults to.env); fixes category typing; improves provider wrapping typestype: "fmdapi"), narrows types toFmdapiDataSourceConfig, and filters ops by typeshadcntype imports with local lightweight schemas; updatesregistrypackage scriptstype: "fmdapi"and explicitenvNames: undefinedWritten by Cursor Bugbot for commit e0cc7d3. This will update automatically on new commits. Configure here.