GitlabToken
mill.contrib.gitlab.GitlabTokenLookup.GitlabToken
@Scaladoc(value = "/**\n * Possible types of a Gitlab authentication header.\n * - Personal = \"Private-Token\" ->\n * - Deploy = \"Deploy-Token\"->\n * - CIJob = \"Job-Token\" ->\n * - CustomHeader = Use with TokenSource/Custom to produce anything you like\n *\n * Currently only one custom header is supported. If you need multiple override gitlabToken from GitlabPublishModule\n * directly\n */")
trait GitlabToken
Possible types of a Gitlab authentication header.
- Personal = "Private-Token" ->
- Deploy = "Deploy-Token"->
- CIJob = "Job-Token" ->
- CustomHeader = Use with TokenSource/Custom to produce anything you like
Currently only one custom header is supported. If you need multiple override gitlabToken from GitlabPublishModule directly
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
In this article