From 8b66322d6ac49f8db458ec513ff3ff025c66868d Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Fri, 3 May 2024 01:41:24 +0100 Subject: [PATCH 1/2] authentication.md: Fixed small syntax typo. --- docs/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authentication.md b/docs/authentication.md index fce545f..70baa04 100644 --- a/docs/authentication.md +++ b/docs/authentication.md @@ -31,5 +31,5 @@ services.comin = { auth.access_token_path = "/filepath/to/your/access/token"; } ]; -] +}; ``` From 33bb433c757f1f47c4419e4eef8bfc8d25b905a1 Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Fri, 3 May 2024 10:31:04 +0100 Subject: [PATCH 2/2] authentication.md: Fixed 'personal' typo. --- docs/authentication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/authentication.md b/docs/authentication.md index 70baa04..00106f8 100644 --- a/docs/authentication.md +++ b/docs/authentication.md @@ -2,13 +2,13 @@ ### GitLab -You need to create a [personnal access +You need to create a [personal access token](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html) and store this token into a file (`/filepath/to/your/access/token` in the below example). ### GitHub -You need to create a [fined-grained personnal access +You need to create a [fined-grained personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#fine-grained-personal-access-tokens) and store this token into a file (`/filepath/to/your/access/token` in the below example). Note classic personal access tokens are also