Skip to content

Commit

Permalink
Apply suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: Malcolm Davis Steele <me@malcolmdavis.xyz>
  • Loading branch information
Malcolm Davis Steele authored and Malcolm Davis Steele committed Dec 3, 2020
1 parent e53bafe commit 9ada314
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,7 @@ secrets: |
bbbb
ccc"
"JSON_SECRET={""key1"":""value1"",""key2"":""value2""}"
```

| Key | Value |
Expand All @@ -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

Expand Down

0 comments on commit 9ada314

Please sign in to comment.