Skip to content

Commit

Permalink
Update libraries.md
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Jun 27, 2024
1 parent b3bb58c commit b634d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/manuals/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ https://github-username:[email protected]/defold/private/archive/
To fetch from a private repository on GitLab you need to [generate a personal access token](https://docs.gitlab.com/ee/security/token_overview.html) and send as a URL parameter.

```
https://gitlab.com/defold/private/-/archive/main/test-main.zip?private=personal-access-token
https://gitlab.com/defold/private/-/archive/main/test-main.zip?private_token=personal-access-token
```

### Advanced access authentication
Expand Down

0 comments on commit b634d29

Please sign in to comment.