issues

Github, Jira, Gitlab issues from Plan 9's acme
Log | Files | Refs | README | LICENSE

commit 25ef4c4fae20dacc28ea966e7d61c04193623c3b
parent 8944185e886f9ab6d14dcc2735bcf60a01ca08d7
Author: Russ Cox <rsc@golang.org>
Date:   Thu,  8 Jan 2015 00:46:59 -0500

issue: describe authentication

Diffstat:
Missue/issue.go | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/issue/issue.go b/issue/issue.go @@ -21,6 +21,16 @@ // If the query is a single number, issue prints that issue in detail, // including all comments. // +// Authentication +// +// Issue expects to find a GitHub "personal access token" in +// $HOME/.github-issue-token and will use that token to authenticate +// to GitHub when reading or writing issue data. +// A token can be created by visiting https://github.com/settings/tokens/new. +// The token only needs the 'repo' scope checkbox, and optionally 'private_repo' +// if you want to work with issue trackers for private repositories. +// It does not need any other permissions. +// // Acme // // If the -a flag is specified, issue runs as a collection of acme windows