Skip to content

Commit

Permalink
Merge pull request #36 from jpds/auth-doc-typo
Browse files Browse the repository at this point in the history
authentication.md: Fixed small syntax typo.
  • Loading branch information
nlewo authored May 3, 2024
2 parents 425c747 + 33bb433 commit e3ea3f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -31,5 +31,5 @@ services.comin = {
auth.access_token_path = "/filepath/to/your/access/token";
}
];
]
};
```

0 comments on commit e3ea3f5

Please sign in to comment.