Skip to content

Commit

Permalink
Add recipe for simply-stream/twitch-api-bundle:0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aaricdev committed Oct 26, 2023
1 parent fdc3404 commit f3db80e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
simplystream_twitch_api:
twitch_id: '%env(TWITCH_ID)%'
twitch_secret: '%env(TWITCH_SECRET)%'
redirect_uri: '%env(TWITCH_REDIRECT_URI)%'
webhook:
secret: '%env(TWITCH_WEBHOOK_SECRET)%'

Check failure on line 6 in simply-stream/twitch-api-bundle/0.1/config/packages/simplystream_twitch_api.yaml

View workflow job for this annotation

GitHub Actions / call-qa / Run checks

Should end with a newline
11 changes: 11 additions & 0 deletions simply-stream/twitch-api-bundle/0.1/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"TWITCH_ID": "",
"TWITCH_SECRET": "",
"TWITCH_REDIRECT_URI": "",
"TWITCH_WEBHOOK_SECRET": ""
}
}

Check failure on line 11 in simply-stream/twitch-api-bundle/0.1/manifest.json

View workflow job for this annotation

GitHub Actions / call-qa / Run checks

Should end with a newline

0 comments on commit f3db80e

Please sign in to comment.