1
0
Fork 0
composer/doc
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"}
}
2020-05-08 17:43:07 +02:00
..
articles Add docs about new runtime features 2020-05-01 10:18:54 +02:00
dev Prioritize repository over package versions in the default policy, fixes #3509 2015-04-30 10:43:04 +01:00
faqs Merge branch '1.10' 2020-04-08 10:34:45 +02:00
fixtures Clean up documentation 2017-12-30 18:11:52 -02:00
00-intro.md Update 00-intro.md 2020-02-14 08:43:03 +01:00
01-basic-usage.md Update HTTP URLs to their HTTPS if they already redirect automatically 2020-04-13 06:22:02 +07:00
02-libraries.md Update 02-libraries.md 2020-02-16 23:02:38 +01:00
03-cli.md Merge pull request #8860 from Seldaek/update-with 2020-05-05 17:03:49 +02:00
04-schema.md Merge pull request #8843 from FIDATA/feature/archive-name 2020-05-06 11:06:28 +02:00
05-repositories.md Remove PEAR installer/downloader/repos/..., fixes #8778 2020-04-15 00:24:13 +02:00
06-config.md Add support for gitlab deploy token (#8867) 2020-05-08 17:43:07 +02:00
07-runtime.md Add one more use case to InstalledVersions docs 2020-05-06 11:12:31 +02:00
08-community.md Add docs about new runtime features 2020-05-01 10:18:54 +02:00