Commit 02ab182c authored by Nick Gaskill's avatar Nick Gaskill

Merge branch '254712-update-ci-secrets-docs' into 'master'

Update CI secrets docs

See merge request gitlab-org/gitlab!43242
parents c73bc888 cd90c153
......@@ -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