Update options.json handling

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2023-06-13 14:58:40 +03:00
parent 273c77b809
commit 25b8f6c02b
4 changed files with 24 additions and 7 deletions

11
options.json Normal file
View File

@@ -0,0 +1,11 @@
[
{
"patchName": "change-oauth-client-id",
"options": [
{
"key": "client-id",
"value": "$REDDIT_OAUTH_CLIENT_ID"
}
]
}
]