Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
template-skeleton-2
Manage
Activity
Members
Plan
Wiki
External wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
to be continuous...
tools
template-skeleton-2
Commits
e6c361f0
Commit
e6c361f0
authored
1 year ago
by
Pierre Smeyers
Browse files
Options
Downloads
Patches
Plain Diff
docs: remove MD from secret description
parent
13f6e081
Branches
master
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
{{cookiecutter.project_slug}}/kicker.json
+4
-4
4 additions, 4 deletions
{{cookiecutter.project_slug}}/kicker.json
with
4 additions
and
4 deletions
{{cookiecutter.project_slug}}/kicker.json
+
4
−
4
View file @
e6c361f0
...
...
@@ -155,7 +155,7 @@
},
{
"name"
:
"{{cookiecutter.template_PREFIX}}_REVIEW_API_TOKEN"
,
"description"
:
"API token for `review` env
_
(only define if different from default)
_
"
,
"description"
:
"API token for `review` env (only define if different from default)"
,
"secret"
:
true
}
]
...
...
@@ -189,7 +189,7 @@
},
{
"name"
:
"{{cookiecutter.template_PREFIX}}_INTEG_API_TOKEN"
,
"description"
:
"API token for `integration` env
_
(only define if different from default)
_
"
,
"description"
:
"API token for `integration` env (only define if different from default)"
,
"secret"
:
true
}
]
...
...
@@ -223,7 +223,7 @@
},
{
"name"
:
"{{cookiecutter.template_PREFIX}}_STAGING_API_TOKEN"
,
"description"
:
"API token for `staging` env
_
(only define if different from default)
_
"
,
"description"
:
"API token for `staging` env (only define if different from default)"
,
"secret"
:
true
}
]
...
...
@@ -264,7 +264,7 @@
},
{
"name"
:
"{{cookiecutter.template_PREFIX}}_PROD_API_TOKEN"
,
"description"
:
"API token for `production` env
_
(only define if different from default)
_
"
,
"description"
:
"API token for `production` env (only define if different from default)"
,
"secret"
:
true
}
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment