Commit 8c8f0cb0 authored by Jason Adam Young's avatar Jason Adam Young Committed by Suzanne Selhorn

Note that GitLab Deploy Tokens are project-level

squash commits, fix danger errors
parent bf0e5999
...@@ -135,3 +135,6 @@ those variables: ...@@ -135,3 +135,6 @@ those variables:
```shell ```shell
docker login -u $CI_DEPLOY_USER -p $CI_DEPLOY_PASSWORD $CI_REGISTRY docker login -u $CI_DEPLOY_USER -p $CI_DEPLOY_PASSWORD $CI_REGISTRY
``` ```
NOTE: **Note:**
The special handling for the `gitlab-deploy-token` deploy token is not currently implemented for group deploy tokens. For the deploy token to be available for CI/CD jobs, it must be created at the project level. See [this issue](https://gitlab.com/gitlab-org/gitlab/-/issues/214014) for details.
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