Commit 95f442d7 authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'link-job-deplo-token-docs' into 'master'

Docs: Present deploy token as alternative to job token

See merge request gitlab-org/gitlab!48881
parents 64db2743 2f3af979
......@@ -75,7 +75,9 @@ Let's consider the following scenario:
A unique job token is generated for each job and provides the user read
access all projects that would be normally accessible to the user creating that
job. The unique job token does not have any write permissions, but there
is a [proposal to add support](https://gitlab.com/gitlab-org/gitlab/-/issues/35067).
is a [proposal to add support](https://gitlab.com/groups/gitlab-org/-/epics/3559).
If you need your CI pipeline to push to the Package Registry, consider using [deploy tokens](deploy_tokens/index.md).
We try to make sure that this token doesn't leak by:
......
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