mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-23 09:28:03 +00:00
Add security hint to secrets configuration (#574)
`'Please be careful with this option as a bad actor can submit a malicious pull request that exposes your secrets.'`
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
:key="option.value"
|
||||
:model-value="innerValue.includes(option.value)"
|
||||
:label="option.text"
|
||||
:description="option.description"
|
||||
class="mb-2"
|
||||
@update:model-value="clickOption(option)"
|
||||
/>
|
||||
|
Reference in New Issue
Block a user