Commit f6d00fd0 authored by Tim Rizzi's avatar Tim Rizzi Committed by Suzanne Selhorn

Add note that deploy tokens don't support artifact

parent 11f71707
...@@ -18,6 +18,8 @@ container registry images of a project without having a user and a password. ...@@ -18,6 +18,8 @@ container registry images of a project without having a user and a password.
Deploy tokens can be managed by [maintainers only](../../permissions.md). Deploy tokens can be managed by [maintainers only](../../permissions.md).
Deploy tokens cannot be used with the GitLab API.
If you have a key pair, you might want to use [deploy keys](../../../ssh/README.md#deploy-keys) If you have a key pair, you might want to use [deploy keys](../../../ssh/README.md#deploy-keys)
instead. instead.
...@@ -36,7 +38,7 @@ project. Alternatively, you can also create [group-scoped deploy tokens](#group- ...@@ -36,7 +38,7 @@ project. Alternatively, you can also create [group-scoped deploy tokens](#group-
1. Save the deploy token somewhere safe. After you leave or refresh 1. Save the deploy token somewhere safe. After you leave or refresh
the page, **you won't be able to access it again**. the page, **you won't be able to access it again**.
![Personal access tokens page](img/deploy_tokens.png) ![Personal access tokens page](img/deploy_tokens_ui.png)
## Deploy token expiration ## Deploy token expiration
......
...@@ -72,8 +72,8 @@ the following table. ...@@ -72,8 +72,8 @@ the following table.
| Scope | Description | | Scope | Description |
| ------------------ | ----------- | | ------------------ | ----------- |
| `api` | Grants complete read/write access to the scoped project API. | | `api` | Grants complete read/write access to the scoped project API, including the Package Registry](../../packages/package_registry/index.md). |
| `read_api` | Grants read access to the scoped project API. | | `read_api` | Grants read access to the scoped project API, including the [Package Registry](../../packages/package_registry/index.md). |
| `read_registry` | Allows read-access (pull) to [container registry](../../packages/container_registry/index.md) images if a project is private and authorization is required. | | `read_registry` | Allows read-access (pull) to [container registry](../../packages/container_registry/index.md) images if a project is private and authorization is required. |
| `write_registry` | Allows write-access (push) to [container registry](../../packages/container_registry/index.md). | | `write_registry` | Allows write-access (push) to [container registry](../../packages/container_registry/index.md). |
| `read_repository` | Allows read-only access (pull) to the repository. | | `read_repository` | Allows read-only access (pull) to the repository. |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment