diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-12-26 13:56:33 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-12-26 13:56:33 +0200 |
commit | 8eed3ab35953a4d142fbb8e14fdaba3cdb9d3a29 (patch) | |
tree | c9e393896a0a995b9dc28d34bdb85026919e7c36 /doc | |
parent | dab0224bd6a7b707baf624a707d92f9b5ff795c3 (diff) | |
download | gitlab-ce-8eed3ab35953a4d142fbb8e14fdaba3cdb9d3a29.tar.gz |
Fix typo on triggers docs [ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/triggers/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/triggers/README.md b/doc/ci/triggers/README.md index d41aed2eb2e..9f7c1bfe6a0 100644 --- a/doc/ci/triggers/README.md +++ b/doc/ci/triggers/README.md @@ -108,7 +108,7 @@ Now, whenever a new tag is pushed on project A, the build will run and the `stage: test` complete successfully. _**Note:** If your project is public, passing the token in plain text is -probably not the wiser idea, so you might want to use a +probably not the wisest idea, so you might want to use a [secure variable](../variables/README.md#user-defined-variables-secure-variables) for that purpose._ |