Commit cd90c153 authored by Krasimir Angelov's avatar Krasimir Angelov Committed by Nick Gaskill

Update CI secrets docs

to make it clear secrets values are stored in temp files and path made
available as environment variables.

Related to
https://gitlab.com/gitlab-org/gitlab/-/issues/254712.
parent 37d7704e
......@@ -4056,7 +4056,9 @@ release-cli create --name "Release $CI_COMMIT_SHA" --description "Created using
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/33014) in GitLab 13.4.
`secrets` indicates the [CI Secrets](../secrets/index.md) this job needs. It should be a hash,
and the keys should be the names of the environment variables the job needs to access the secrets.
and the keys should be the names of the environment variables that are made available to the job.
The value of each secret is saved in a temporary file. This file's path is stored in these
environment variables.
#### `secrets:vault` **(PREMIUM)**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment