rougail-output-doc/tests/results/test_examples/00_6secret_param.gitlab.md

18 lines
263 B
Markdown

<details><summary>Example with mandatory variables not filled in</summary>
```yaml
---
secret1: secrets
```
</details>
<details><summary>Example with all variables modifiable</summary>
```yaml
---
secret1: secrets
secret2: value
secret3: value
```
</details>