Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
81673e81
Commit
81673e81
authored
Sep 28, 2021
by
Ben Bodenmiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve CI job token example links
parent
ba1e3c2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/ci/jobs/ci_job_token.md
doc/ci/jobs/ci_job_token.md
+2
-2
No files found.
doc/ci/jobs/ci_job_token.md
View file @
81673e81
...
...
@@ -12,9 +12,9 @@ When a pipeline job is about to run, GitLab generates a unique token and injects
You can use a GitLab CI/CD job token to authenticate with specific API endpoints:
-
Packages:
-
[
Package Registry
](
../../user/packages/package_registry/index.md
)
. To push to the
-
[
Package Registry
](
../../user/packages/package_registry/index.md
#use-gitlab-cicd-to-build-packages
)
. To push to the
Package Registry, you can use
[
deploy tokens
](
../../user/project/deploy_tokens/index.md
)
.
-
[
Container Registry
](
../../user/packages/container_registry/index.md
)
-
[
Container Registry
](
../../user/packages/container_registry/index.md
#build-and-push-by-using-gitlab-cicd
)
(the
`$CI_REGISTRY_PASSWORD`
is
`$CI_JOB_TOKEN`
).
-
[
Container Registry API
](
../../api/container_registry.md
)
(scoped to the job's project, when the
`ci_job_token_scope`
feature flag is enabled).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment