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:
@@ -78,8 +78,8 @@ Please note parameter expressions are subject to pre-processing. When using secr
|
||||
|
||||
```diff
|
||||
steps:
|
||||
- name: "echo password"
|
||||
image: bash
|
||||
- name: "step name"
|
||||
image: registry/repo/image:tag
|
||||
commands:
|
||||
- - echo ${TOKEN_ENV}
|
||||
+ - echo $${TOKEN_ENV}
|
||||
|
||||
Reference in New Issue
Block a user