Skip to content

Commit e8fce9e

Browse files
Update source/WorkingPractices/gh_authorisation.rst
Co-authored-by: Yaswant Pradhan <2984440+yaswant@users.noreply.github.com>
1 parent dad346f commit e8fce9e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

‎source/WorkingPractices/gh_authorisation.rst‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,11 @@ git to use it:
147147
148148
Next, `create a Classic Token
149149
<https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic>`_.
150-
In order to read and write from a repository, you will need to select at minimum
151-
the ``Repo`` scope. For security it is good practice to not use tokens with no
152-
expiry date. You will also need to authorise the token for use with the
153-
MetOffice organisation `Single Sign On
154-
<https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-single-sign-on/authorizing-a-personal-access-token-for-use-with-single-sign-on>`_.
150+
To read from or write to a repository, ensure your token has at least the
151+
``repo`` scope. For security reasons, avoid using tokens without an expiry
152+
date. Additionally, authorise your token for use with the MetOffice
153+
organisation via Single Sign On. See the GitHub documentation for details:
154+
`Authorizing a personal access token for use with Single Sign-On <https://docs.github.com/en/enterprise-cloud@latest/authentication/authenticating-with-single-sign-on/authorizing-a-personal-access-token-for-use-with-single-sign-on>`_.
155155

156156
.. important::
157157

0 commit comments

Comments
 (0)