mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-13 18:05:15 +00:00
adjust allow_deploy
This commit is contained in:
parent
5ee25d378d
commit
11dac4c176
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
|||
},
|
||||
"allow_deploy": {
|
||||
"allow": "Allow deployments",
|
||||
"desc": "Allow deployments from successful pipelines. Use this option only if you trust all users with push permissions."
|
||||
"desc": "Permit 'deployment' runs for successful pipelines. All users with with push permissions can trigger these, so use with caution."
|
||||
},
|
||||
"netrc_only_trusted": {
|
||||
"netrc_only_trusted": "Only inject git credentials into trusted clone plugins",
|
||||
|
|
Loading…
Reference in a new issue