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
Copy file name to clipboardExpand all lines: README.md
+32-4Lines changed: 32 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,10 @@ jobs:
44
44
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
45
45
```
46
46
47
-
See [GitHub's Node.js publishing guide](https://docs.github.com/en/actions/tutorials/publish-packages/publish-nodejs-packages) for more details and examples.
47
+
See GitHub's [Node.js publishing][] guide and npm's [trusted publishing][] docs for more details and examples.
You can also publish to third-party registries. For example, to publish to the [GitHub Package Registry][], set `token` to `secrets.GITHUB_TOKEN` and `registry` to `https://npm.pkg.github.com`:
101
125
102
126
```yaml
@@ -134,7 +158,7 @@ You can set any or all of the following input parameters using `with`:
0 commit comments