From 4a2a6c9b1f12d5ecbfcea626d298393c9c422949 Mon Sep 17 00:00:00 2001 From: Dmitrii Gerasimov Date: Thu, 26 Dec 2019 13:31:57 +0000 Subject: [PATCH] suggest using personal access token for Github --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2dca2ae..45eb0d6 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,8 @@ user/password to be able to modify the issue remotely. Set the variable org-sync-github-auth to like so: `(setq org-sync-github-auth '("ostesting" . "thisisostesting42"))` +Make sure to use [personal access token](https://github.com/settings/tokens) instead of password; it's more secure, and also necessary if you use 2FA. + Try to add another issue e.g. insert `** OPEN my test issue`. You can type a description under it if you want.