mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-13 12:41:21 +00:00
de5c65939a
Closes https://github.com/woodpecker-ci/woodpecker/discussions/2274 # deprecation of alternative names Instead of ```yaml secrets: - source: some_secret target: some_env ``` you now write: ```yaml environment: some_env: from_secret: some_secret ``` Also, it's possible to use complex yaml objects in `environment`, they're turned into json (just like `settings`). |
||
---|---|---|
.. | ||
schema | ||
error.go | ||
linter.go | ||
linter_test.go | ||
option.go |