From cccd930a7e4cfbfe12f776125127109e24543c1c Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 3 Oct 2019 17:38:13 +0200 Subject: [PATCH] ceph-backport.sh/setup_advice: more info on GitHub token Signed-off-by: Nathan Cutler --- src/script/ceph-backport.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/script/ceph-backport.sh b/src/script/ceph-backport.sh index d73dc6f9218..6a62578fda2 100755 --- a/src/script/ceph-backport.sh +++ b/src/script/ceph-backport.sh @@ -261,6 +261,8 @@ redmine_user_id # "Logged in as foobar", click on foobar link, Redmine User ID # is in the URL, i.e. https://tracker.ceph.com/users/[redmine_user_id] github_token # https://github.com/settings/tokens -> Generate new token -> # ensure it has "Full control of private repositories" scope + # see also: + # https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line github_user # Your github username The above variables must be set explicitly, as the script has no way of -- 2.39.5