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 49613bb commit 3f2b76bCopy full SHA for 3f2b76b
.github/workflows/publish.yml
@@ -55,6 +55,8 @@ jobs:
55
echo "Syncing unpublished versions with package registry..."
56
yarn lerna publish from-package --yes --loglevel trace
57
env:
58
- # No NPM token needed, all of the packages have been configured
+ # No NPM token should needed, all of the packages have been configured
59
# 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 }}
62
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments