[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.
This commit is contained in:
Raf Geens 2020-09-17 09:21:40 +02:00 committed by Richard Mathot
parent 51bc9d0719
commit 188a876a25

View File

@ -133,7 +133,7 @@ In this last command,
If you activated the two-factor authentication on Github,
you can create a
`personal access token <https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/>`_
and use it as password.
and use it as password. Granting the `repo` permission suffices.
.. Note::