diff --git a/README.md b/README.md index 0d29e45..3666a7d 100644 --- a/README.md +++ b/README.md @@ -651,6 +651,7 @@ secrets: | bbbb ccc" + "JSON_SECRET={""key1"":""value1"",""key2"":""value2""}" ``` | Key | Value | @@ -660,8 +661,9 @@ secrets: | | `MYSECRET` | `aaaaaaaa\nbbbbbbb\nccccccccc` | | `FOO` | `bar` | | `EMPTYLINE` | `aaaa\n\nbbbb\nccc` | +| `JSON_SECRET` | `{"key1":"value1","key2":"value2"}` | -> Note: all quote signs need to be doubled for escaping. This is, for a secret `SECRET={"key":"value"}`, you'll need to provide `"SECRET={""key"":""value""}"`. +> Note: all quote signs need to be doubled for escaping. ## Troubleshooting