You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs: Enhance npm Publish section in WORKFLOWS.md
Updated npm Publish description to include Trusted Publishing.
* Revise required secrets for GitHub release process
Updated the required secrets section for GitHub repository configuration, removing the NPM_TOKEN mention and clarifying the connection to npmjs.com.
* Update .github/WORKFLOWS.md
Co-authored-by: Copilot <[email protected]>
---------
Co-authored-by: Copilot <[email protected]>
Copy file name to clipboardExpand all lines: .github/WORKFLOWS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ _Note: Linting has been moved to default.yml to avoid duplication_
85
85
86
86
-**Test**: Full test suite before release
87
87
-**GitHub Release**: Creates GitHub release with changelog
88
-
-**npm Publish**: Publishes to npm registry (requires `NPM_TOKEN` secret)
88
+
-**npm Publish**: Publishes to npm registry using [Trusted Publishing](https://docs.npmjs.com/trusted-publishers) for secure authentication between GitHub and npmjs.com
0 commit comments