Commit b8e3464
fix(ci): fall back to NPM_TOKEN for publish
Trusted Publisher (OIDC) config was returning 404 on PUT for the
v0.2.5 release — npm masks permission denial as 404 to prevent
package enumeration. The NPM_TOKEN secret is still configured in
the repo (registered 2026-03-09); restore it as the auth source.
The Trusted Publisher binding can be re-enabled later by confirming
the workflow filename + repo + ref pattern still match what's
configured at npmjs.com/package/@sharp-api/client/access. Until
then, NPM_TOKEN is the path of least surprise.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 22494d9 commit b8e3464
1 file changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
| 57 | + | |
60 | 58 | | |
61 | | - | |
62 | | - | |
63 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
65 | 67 | | |
0 commit comments