Skip to content

Commit 3f2b76b

Browse files
committed
chore(release): revert to NPM_TOKEN usage vs OIDC Trusted Publish
1 parent 49613bb commit 3f2b76b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
echo "Syncing unpublished versions with package registry..."
5656
yarn lerna publish from-package --yes --loglevel trace
5757
env:
58-
# No NPM token needed, all of the packages have been configured
58+
# No NPM token should needed, all of the packages have been configured
5959
# on npmjs.com with this workflow file as an OIDC "Trusted Publisher"
60+
# However, as of 20251208 it does not seem to work without it
61+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6062
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)