Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-08-31 12:10:44 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-31 12:10:44 +0300
commitde0c73ffc58e75c1304a2b76e51ee49a89a2162a (patch)
treed69807ace2a59a285e345faab27a1486a9c7e8fa /doc/user/packages/composer_repository
parentfffced70e176bc1279a03ac0d98f3cf8f92d97b7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/packages/composer_repository')
-rw-r--r--doc/user/packages/composer_repository/index.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/user/packages/composer_repository/index.md b/doc/user/packages/composer_repository/index.md
index cc3c1c48a62..54e7c4e56be 100644
--- a/doc/user/packages/composer_repository/index.md
+++ b/doc/user/packages/composer_repository/index.md
@@ -80,6 +80,10 @@ Now that the basics of our project is completed, we can publish the package.
To publish the package, you need:
- A personal access token. You can generate a [personal access token](../../../user/profile/personal_access_tokens.md) with the scope set to `api` for repository authentication.
+ NOTE: **Note:**
+
+ [Deploy tokens](./../../project/deploy_tokens/index.md) are not yet supported for use with Composer.
+
- Your project ID which can be found on the home page of your project.
To publish the package hosted on GitLab, make a `POST` request to the GitLab package API.