Skip to content

Commit 7e14f90

Browse files
authored
docs: update README NPM scope and default value
1 parent 88007e8 commit 7e14f90

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

publish-npm/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This reusable GitHub Actions workflow automates the process of publishing an NPM
1313

1414
| **Input** | **Description** | **Required** | **Default** |
1515
|-------------------|-----------------------------------------------------------------------------------------------|--------------|--------------------------------------|
16-
| **scope** | Defines the NPM package scope (e.g., `@iExecBlockchainComputing`). | Yes | |
16+
| **scope** | Defines the NPM package scope (e.g., `@iexec`). | No | `@iexec` |
1717
| **node-version** | Specifies the Node.js version to use. | No | `20` |
1818
| **registry** | URL of the NPM registry. | No | `https://registry.npmjs.org` |
1919
| **access** | Package access level (public or restricted). | No | `public` |
@@ -56,9 +56,7 @@ This reusable GitHub Actions workflow automates the process of publishing an NPM
5656
publish:
5757
uses: your-org/your-repo/.github/workflows/publish-npm.yml@main
5858
with:
59-
scope: '@iExecBlockchainComputing'
60-
node-version: '20'
61-
registry: 'https://registry.npmjs.org'
59+
node-version: '22'
6260
secrets:
6361
npm-token: ${{ secrets.NPM_TOKEN }}
6462
```

0 commit comments

Comments
 (0)