You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`NIGHTLY_RELEASE_PUSH_TOKEN`: PAT/fine-grained token with `contents:write` to push commits + tags (tag pushes trigger release workflows)
121
121
-`DISCORD_WEBHOOK_URL`: Discord webhook used for patch-failure alerts
122
122
123
+
NPM release automation uses npm trusted publishing / OIDC for `.github/workflows/publish-npm.yml`; no `NPM_TOKEN` is required in Actions. `scripts/publish-npm.sh` still supports `NPM_PUBLISH_AUTH=token` for local fallback.
124
+
123
125
**Gitignore** (do not modify): `values-production.yaml`, `*-secrets.yaml`, `*-secret.yaml`, `.env*`
-`NIGHTLY_RELEASE_PUSH_TOKEN`: PAT/fine-grained token with `contents:write` to push commits + tags (tag pushes trigger release workflows)
121
121
-`DISCORD_WEBHOOK_URL`: Discord webhook used for patch-failure alerts
122
122
123
+
NPM release automation uses npm trusted publishing / OIDC for `.github/workflows/publish-npm.yml`; no `NPM_TOKEN` is required in Actions. `scripts/publish-npm.sh` still supports `NPM_PUBLISH_AUTH=token` for local fallback.
124
+
123
125
**Gitignore** (do not modify): `values-production.yaml`, `*-secrets.yaml`, `*-secret.yaml`, `.env*`
Copy file name to clipboardExpand all lines: RELEASE.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,14 +35,15 @@ Artifacts:
35
35
- automatic tag publishes use the npm `latest` dist-tag
36
36
37
37
Required secrets and variables:
38
-
-`NPM_TOKEN`
39
38
-`R2_ACCESS_KEY_ID`
40
39
-`R2_SECRET_ACCESS_KEY`
41
40
-`R2_ENDPOINT`
42
41
-`R2_BUCKET`
43
42
-`R2_PUBLIC_URL`
44
43
-`VITE_PUBLIC_REACT_VIRTUOSO_LICENSE_KEY`
45
44
45
+
NPM publishes through trusted publishing / OIDC in GitHub Actions. `scripts/publish-npm.sh` still supports `NPM_PUBLISH_AUTH=token` with `NPM_TOKEN` for local fallback.
46
+
46
47
## Manual Flow
47
48
48
49
1. Update the tracked upstream ref with `scripts/update-vibe-kanban.sh`.
0 commit comments