Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Semantic Release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SmartDataLab
public
CI-CD components
Semantic Release
Commits
04088f1a
Commit
04088f1a
authored
2 years ago
by
Pierre Smeyers
Browse files
Options
Downloads
Patches
Plain Diff
doc(links): fix link
parent
99a17b57
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-4
4 additions, 4 deletions
README.md
with
4 additions
and
4 deletions
README.md
+
4
−
4
View file @
04088f1a
...
...
@@ -167,12 +167,12 @@ This job can be enabled by defining the `SEMREL_INFO_ON` variable:
Here are some advices about your
**secrets**
(variables marked with a :lock:):
1.
Manage them as
[
project or group CI/CD variables
](
https://docs.gitlab.com/ee/ci/variables/#
create-a-custom-variable-in-the-ui
)
:
*
[
**masked**
](
https://docs.gitlab.com/ee/ci/variables/#mask-a-c
ustom
-variable
)
to prevent them from being inadvertently
1.
Manage them as
[
project or group CI/CD variables
](
https://docs.gitlab.com/ee/ci/variables/#
add-a-cicd-variable-to-a-project
)
:
*
[
**masked**
](
https://docs.gitlab.com/ee/ci/variables/#mask-a-c
icd
-variable
)
to prevent them from being inadvertently
displayed in your job logs,
*
[
**protected**
](
https://docs.gitlab.com/ee/ci/variables/#protect
-a-custom
-variable
)
if you want to secure some secrets
*
[
**protected**
](
https://docs.gitlab.com/ee/ci/variables/#protect
ed-cicd
-variable
s
)
if you want to secure some secrets
you don't want everyone in the project to have access to (for instance production secrets).
2.
In case a secret contains
[
characters that prevent it from being masked
](
https://docs.gitlab.com/ee/ci/variables/#mask
e
d-variable
-requirements
)
,
2.
In case a secret contains
[
characters that prevent it from being masked
](
https://docs.gitlab.com/ee/ci/variables/#mask
-a-cic
d-variable
)
,
simply define its value as the
[
Base64
](
https://en.wikipedia.org/wiki/Base64
)
encoded value prefixed with
`@b64@`
:
it will then be possible to mask it and the template will automatically decode it prior to using it.
3.
Don't forget to escape special characters (ex:
`$`
->
`$$`
).
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