We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6f637 commit 786f426Copy full SHA for 786f426
2 files changed
.github/workflows/force-release.yml
@@ -32,4 +32,7 @@ jobs:
32
run: yarn run publish
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
+ # OIDC trusted publishing was never configured on npmjs.com (this
36
+ # workflow has failed on every dispatch since Feb 2026). Token fallback:
37
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
38
NPM_CONFIG_PROVENANCE: true
.github/workflows/release.yml
@@ -51,4 +51,8 @@ jobs:
51
52
53
54
+ # OIDC trusted publishing was never configured on npmjs.com, so every
55
+ # tokenless publish fails E404-on-PUT (provenance signs, PUT rejects).
56
+ # NODE_AUTH_TOKEN feeds the .npmrc written by setup-node's registry-url.
57
58
0 commit comments