1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-10-20 19:52:04 +00:00

fix: clarify description of deploy keys (#9395)

Helps with #1712.

There's an "Enable write access" checkbox further down the page.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/9395
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Co-authored-by: Arnout Engelen <arnout@bzzt.net>
Co-committed-by: Arnout Engelen <arnout@bzzt.net>
This commit is contained in:
Arnout Engelen 2025-09-24 08:37:11 +02:00 committed by 0ko
parent 25fa794d26
commit 02cd96856f

View file

@ -2478,7 +2478,7 @@ settings.sourcehut_builds.secrets_helper = Give the job access to the build secr
settings.sourcehut_builds.access_token_helper = Access token that has JOBS:RW grant. Generate a <a target="_blank" rel="noopener noreferrer" href="%s">builds.sr.ht token</a> or a <a target="_blank" rel="noopener noreferrer" href="%s">builds.sr.ht token with secrets access</a> on meta.sr.ht. settings.sourcehut_builds.access_token_helper = Access token that has JOBS:RW grant. Generate a <a target="_blank" rel="noopener noreferrer" href="%s">builds.sr.ht token</a> or a <a target="_blank" rel="noopener noreferrer" href="%s">builds.sr.ht token with secrets access</a> on meta.sr.ht.
settings.deploy_keys = Deploy keys settings.deploy_keys = Deploy keys
settings.add_deploy_key = Add deploy key settings.add_deploy_key = Add deploy key
settings.deploy_key_desc = Deploy keys have read-only pull access to the repository. settings.deploy_key_desc = Deploy keys can have read-only or read-write access to the repository.
settings.is_writable = Enable write access settings.is_writable = Enable write access
settings.is_writable_info = Allow this deploy key to <strong>push</strong> to the repository. settings.is_writable_info = Allow this deploy key to <strong>push</strong> to the repository.
settings.no_deploy_keys = There are no deploy keys yet. settings.no_deploy_keys = There are no deploy keys yet.