You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Matěj Kmínek a074819a51
Add support for gitlab deploy token (#8867)
* feat: Added ability to work with GitLab deploy tokens: https://docs.gitlab.com/ee/user/project/deploy_tokens/

Deploy tokens can be specified two ways:
1) GIT CONFIG:
git config --add gitlab.deploytoken.user USERNAME && git config --add gitlab.deploytoken.token TOKEN
2) Auth.json:
"gitlab-token": {
    "gitlab.com": {"username": "USERNAME", "token": "TOKEN"}
}
4 years ago
..
articles Add docs about new runtime features 4 years ago
dev Prioritize repository over package versions in the default policy, fixes #3509 9 years ago
faqs Merge branch '1.10' 4 years ago
fixtures Clean up documentation 7 years ago
00-intro.md Update 00-intro.md 4 years ago
01-basic-usage.md Update HTTP URLs to their HTTPS if they already redirect automatically 4 years ago
02-libraries.md Update 02-libraries.md 4 years ago
03-cli.md Merge pull request #8860 from Seldaek/update-with 4 years ago
04-schema.md Merge pull request #8843 from FIDATA/feature/archive-name 4 years ago
05-repositories.md Remove PEAR installer/downloader/repos/..., fixes #8778 4 years ago
06-config.md Add support for gitlab deploy token (#8867) 4 years ago
07-runtime.md Add one more use case to InstalledVersions docs 4 years ago
08-community.md Add docs about new runtime features 4 years ago