wp-cli / package-command

Lists, installs, and removes WP-CLI packages.
MIT License
17 stars 20 forks source link

Document support for GitHub token authentication #177

Closed spicecadet closed 1 year ago

spicecadet commented 1 year ago

Fixes #84

I've added some documentation on how is used if it is present for token authentication. As I don't have a private package to work with this needs to be tested to make sure that the github_token functionality outlined in the code is indeed working.

Related https://github.com/wp-cli/wp-cli/issues/5832