Skip to content

Commit 687eaa7

Browse files
fix: pipeline (#630)
* fix: pipeline Signed-off-by: Asish Kumar <[email protected]> * fix: pipeline Signed-off-by: Asish Kumar <[email protected]> --------- Signed-off-by: Asish Kumar <[email protected]>
1 parent 3a26686 commit 687eaa7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

versioned_docs/version-3.0.0/running-keploy/configuration-file.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -251,13 +251,10 @@ Keploy allows you to manage sensitive information like API keys or tokens secure
251251
```
252252

253253
3. **Use Secrets in Tests**: Reference these values in your test cases or mocks using the `{{.secret.KEY}}` syntax.
254-
`yaml
255-
# inside a test-case.yaml
256-
...
254+
```yaml
257255
header:
258-
Authorization: '{{string .secret.Authorization }}'
259-
...
260-
`
256+
Authorization: "{{string .secret.Authorization }}"
257+
```
261258
For your security, Keploy will automatically add `/*/secret.yaml` to your `.gitignore` file to prevent accidentally committing secrets.
262259

263260
### Bypass Rules Section

0 commit comments

Comments
 (0)