An error occurred while fetching the assigned milestone of the selected merge_request.
Edit deploy token tasks to adhere to CTRT convention
All threads resolved!
All threads resolved!
Compare changes
@@ -55,6 +55,10 @@ Deploy tokens expire at midnight UTC on the date you define.
@@ -55,6 +55,10 @@ Deploy tokens expire at midnight UTC on the date you define.
@@ -113,6 +117,7 @@ To pull an image from your container registry:
@@ -113,6 +117,7 @@ To pull an image from your container registry:
@@ -128,13 +133,14 @@ To push an image to your container registry:
@@ -128,13 +133,14 @@ To push an image to your container registry:
@@ -148,7 +154,7 @@ instructions for deploy tokens.
@@ -148,7 +154,7 @@ instructions for deploy tokens.
You can use a deploy token to push packages to your GitLab package registry; for example, as part of
@@ -161,7 +167,7 @@ instructions for deploy tokens.
@@ -161,7 +167,7 @@ instructions for deploy tokens.
nuget source Add -Name GitLab -Source "https://gitlab.example.com/api/v4/projects/10/packages/nuget/index.json" -UserName deploy-token-username -Password 12345678asdf
@@ -191,8 +197,8 @@ apply consistently when cloning the repository of related projects.
@@ -191,8 +197,8 @@ apply consistently when cloning the repository of related projects.
You can use a deploy token to pull images from the dependency proxy. For example, as part of a CI/CD pipeline.