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
@@ -120,6 +130,13 @@ Goal was to exhaust non-interactive credential paths, push current commits, and
120
130
| Job outcomes |`GH_TOKEN=<helper-token> gh api repos/hermia-ai/code/actions/runs/22087028099/jobs?per_page=100`|`Validate npm auth` failed; all downstream jobs (`Determine Version`, `Preflight Tests`, `Build`, `Smoke`, `Publish`) skipped. |
121
131
| Failure root cause |`GH_TOKEN=<helper-token> gh run view 22087028099 --repo hermia-ai/code --log --job 63823879436`| Explicit failure: `NPM_TOKEN is missing`. |
122
132
133
+
### Origin trigger-path attempts (no push)
134
+
135
+
| Step | Command | Result |
136
+
|---|---|---|
137
+
| Dispatch `Release` on origin |`GH_TOKEN=<helper-token> gh workflow run Release --repo just-every/code --ref main`| Denied: `HTTP 403: Must have admin rights to Repository.`|
138
+
| Dispatch `rust-ci` on origin |`GH_TOKEN=<helper-token> gh workflow run rust-ci --repo just-every/code --ref main`| Denied: `HTTP 403: Must have admin rights to Repository.`|
@@ -140,3 +157,22 @@ Goal was to exhaust non-interactive credential paths, push current commits, and
140
157
| Fresh release run execution | COMPLETE (fork), BLOCKED (origin) | Fresh run `22087028099` executed on writable fork; origin run cannot be created without push permission. |
141
158
|`cross-platform-artifact-smoke` success proof on fresh run | BLOCKED by upstream `npm-auth-check` gate | In run `22087028099`, `Validate npm auth` failed (`NPM_TOKEN missing`), so smoke/publish jobs were skipped. |
142
159
| Publish success proof on fresh run | BLOCKED by upstream `npm-auth-check` gate |`Publish to npm` skipped in `22087028099` because gate failed. |
160
+
161
+
## Final Unblock Checklist (Maintainer)
162
+
163
+
1. Merge PR `https://github.com/just-every/code/pull/547` into `just-every/code:main`.
164
+
2. Ensure org/repo credentials are present for release:
165
+
-`NPM_TOKEN` (publish + bypass-2FA for `@just-every/*`).
166
+
- Any required release credentials already used by `release.yml` (GitHub token scope, etc.).
167
+
3. Confirm a fresh origin `Release` workflow run starts for merge commit SHA.
0 commit comments