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: docs/developing-for-pulsar/publishing.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
@@ -31,7 +31,7 @@ $ pulsar -p login
31
31
$ pulsar -p publish minor
32
32
```
33
33
34
-
`pulsar -p login` will let you create and set an API token in your keychain to permit interacting with GitHub API
34
+
`pulsar -p login` will let you create and set an API token in your keychain to permit interacting with GitHub API. The token will be stored securely in your [keychain](<https://en.wikipedia.org/wiki/Keychain_(software)>) so this command is only needed for the first publication.
0 commit comments