From 188a876a25b684d2f1868f0a1e4e43e3a0825b46 Mon Sep 17 00:00:00 2001 From: Raf Geens Date: Thu, 17 Sep 2020 09:21:40 +0200 Subject: [PATCH] [IMP] odoo.sh: Clarify which permissions to grant in a PAT Make explicit which permissions you need to grant in a personal access token. I verified `repo` suffices to complete the tutorial, and I'm assuming Odoo.sh doesn't need any of the admin and site permissions. --- odoo_sh/getting_started/online-editor.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_sh/getting_started/online-editor.rst b/odoo_sh/getting_started/online-editor.rst index e36ed1a64..50a8564be 100644 --- a/odoo_sh/getting_started/online-editor.rst +++ b/odoo_sh/getting_started/online-editor.rst @@ -133,7 +133,7 @@ In this last command, If you activated the two-factor authentication on Github, you can create a `personal access token `_ - and use it as password. + and use it as password. Granting the `repo` permission suffices. .. Note::