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
+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
@@ -97,4 +97,4 @@ jobs:
97
97
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
98
98
```
99
99
100
-
In addition, for this workflow to work correctly you have generate an [NPM authentication token](https://docs.npmjs.com/cli/token) and set it to the [`NPM_TOKEN` secret](https://docs.github.com/en/free-pro-team@latest/actions/reference/encrypted-secrets) in your GitHub repository.
100
+
In addition, for this workflow to work correctly you have to generate an [NPM authentication token](https://docs.npmjs.com/cli/token) and set it to the [`NPM_TOKEN` secret](https://docs.github.com/en/free-pro-team@latest/actions/reference/encrypted-secrets) in your GitHub repository.
0 commit comments