diff options
author | JonRB <4564448+eeyrjmr@users.noreply.github.com> | 2023-07-22 10:34:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-22 09:34:01 +0000 |
commit | acc74c2fc6e67ca72293da1540226c3931700566 (patch) | |
tree | efc92110b053399344c0641d3a8d4eaf0aa67e56 /docs | |
parent | 73033b1ad895a351e5276ba82ee0c4215600133f (diff) | |
download | gitea-acc74c2fc6e67ca72293da1540226c3931700566.tar.gz gitea-acc74c2fc6e67ca72293da1540226c3931700566.zip |
Update secrets.en-us.md (#26057)
Present documentation does not capture that secrets are only visible if
ACTIONS are enabled for a repository. This PR adds a short note
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/usage/secrets.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/usage/secrets.en-us.md b/docs/content/doc/usage/secrets.en-us.md index c193a54a6c..fe7677fc31 100644 --- a/docs/content/doc/usage/secrets.en-us.md +++ b/docs/content/doc/usage/secrets.en-us.md @@ -18,7 +18,7 @@ menu: # Secrets Secrets allow you to store sensitive information in your user, organization or repository. -Secrets are available on Gitea 1.19+. +Secrets are available on Gitea 1.19+ and are only visible in 1.20+ when ACTIONS are enabled # Naming your secrets |