mirror of
https://github.com/cloudflare/vinext.git
synced 2026-05-09 08:25:34 +02:00
[PR #54] [MERGED] ci: wire up npm publishing with OIDC trusted publishing #272
Labels
No labels
enhancement
enhancement
good first issue
help wanted
nextjs-tracking
nextjs-tracking
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vinext#272
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cloudflare/vinext/pull/54
Author: @southpolesteve
Created: 2/25/2026
Status: ✅ Merged
Merged: 2/25/2026
Merged by: @southpolesteve
Base:
main← Head:opencode/mighty-mountain📝 Commits (1)
6eabcceci: wire up npm publishing with OIDC trusted publishing📊 Changes
3 files changed (+45 additions, -7 deletions)
View changed files
📝
.github/workflows/ci.yml(+1 -0)📝
.github/workflows/publish.yml(+43 -6)📝
packages/vinext/package.json(+1 -1)📄 Description
Summary
NPM_TOKENsecretv0.0.6, etc.)Changes
.github/workflows/publish.yml— rewrote with version input, CI gate via reusable workflow, OIDC auth (no secrets needed), and git tagging.github/workflows/ci.yml— addedworkflow_calltrigger so publish can reuse itpackages/vinext/package.json— fixedrepository.urlto canonicalgit+https://...gitformat for OIDC validationSetup required
After merging, configure trusted publishing on npmjs.com:
cloudflare, Repository =vinext, Workflow filename =publish.yml🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.