Skip to content

Commit 4673035

Browse files
committed
chore(release): use token-based npmjs publish for now
Temporarily admitting defeat on tokenless OIDC Trusted Publish It was working, then stopped working approximately Nov 27. Why? Unknown but I know a lot of reasons how it can not work now.
1 parent 5d81556 commit 4673035

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
env:
5858
# No NPM token needed, all of the packages have been configured
5959
# on npmjs.com with this workflow file as an OIDC "Trusted Publisher"
60+
# As of 20251208 tokenless OIDC Trusted Publish is not working.
61+
# Unable to conclusively fix, using token for now. Expires 20250308
62+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6063
#
6164
# org admin Github Token required for the changelog/tag commit+push
6265
# to work via an exception to branch protection rules

0 commit comments

Comments
 (0)