mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
Update docs/docs/20-usage/40-secrets.md
Co-authored-by: Patrick Schratz <patrick.schratz@gmail.com>
This commit is contained in:
@@ -17,8 +17,8 @@ In this example, the secret named `secret_token` would be passed to the setting
|
||||
|
||||
```diff
|
||||
steps:
|
||||
- name: 'plugin do stuff'
|
||||
image: publish-plugin
|
||||
- name: 'plugin step'
|
||||
image: registry/repo/image:tag
|
||||
+ settings:
|
||||
+ token:
|
||||
+ from_secret: secret_token
|
||||
|
||||
Reference in New Issue
Block a user