Skip to content

Commit

Permalink
Merge pull request #308 from giggsey/patch-1
Browse files Browse the repository at this point in the history
Fix typo in docs
  • Loading branch information
vtsykun authored Jan 6, 2025
2 parents 9f3aeaa + ec0bf5d commit 6225502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/oauth2/gitlab-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ https://example.com/oauth2/{alias}/check

Select the `api`, `read_user`, `read_repository` scopes and save the new application. The redirect urls you may change later.

Use obtained `clinent_id`, `client_secret` to create configuration in yaml. For docker installation you may use `config.yaml` file in docker volume.
Use obtained `client_id`, `client_secret` to create configuration in yaml. For docker installation you may use `config.yaml` file in docker volume.

```yaml
packeton:
Expand Down

0 comments on commit 6225502

Please sign in to comment.