Skip to content

Commit c42c79e

Browse files
authored
docs: Enhance npm Publish section in WORKFLOWS.md
Updated npm Publish description to include Trusted Publishing.
1 parent 5318472 commit c42c79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/WORKFLOWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ _Note: Linting has been moved to default.yml to avoid duplication_
8585

8686
- **Test**: Full test suite before release
8787
- **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 (connection in between GitHub pipeline and npmjs.com enabled via [Trusted Publishing](https://docs.npmjs.com/trusted-publishers))
8989

9090
### 5. **Code Quality** (`.github/workflows/quality.yml`)
9191

0 commit comments

Comments
 (0)