forked from asyncapi/community
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'asyncapi:master' into style-guide-grammar
- Loading branch information
Showing
17 changed files
with
210 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: 'Upload Episode from YouTube To Spotify for Podcasters' | ||
|
||
on: | ||
workflow_dispatch: | ||
inputs: | ||
video_id: | ||
description: 'Enter YouTube video ID to upload on Spotify for Podcasters.' | ||
required: true | ||
|
||
jobs: | ||
upload_episode: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Create episode.json file | ||
run: | | ||
# Get the video ID from the workflow_dispatch input. | ||
video_id="${{ github.event.inputs.video_id }}" | ||
# Create episode.json content with the video ID | ||
json_content="{\"id\": \"${video_id}\"}" | ||
# Write the content to episode.json in the workspace directory | ||
echo "${json_content}" > episode.json | ||
# Verify the content was written successfully | ||
cat episode.json | ||
- name: Upload Episode from YouTube To Anchor.Fm | ||
uses: Schrodinger-Hat/youtube-to-anchorfm@c722f3edeee94f3173dad36c5a959247973c5253 #commit related to https://github.com/Schrodinger-Hat/youtube-to-anchorfm/commit/c722f3edeee94f3173dad36c5a959247973c5253 || The latest commit which is of Nov 14, 2023 | ||
env: | ||
ANCHOR_EMAIL: ${{ secrets.ANCHOR_EMAIL }} | ||
ANCHOR_PASSWORD: ${{ secrets.ANCHOR_PASSWORD }} | ||
EPISODE_PATH: /github/workspace | ||
URL_IN_DESCRIPTION: true | ||
LOAD_THUMBNAIL: true | ||
POSTPROCESSOR_ARGS: 'ffmpeg:-ac 1' |
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
emeritus: | ||
- jotamusik | ||
- LouisXhaferi | ||
- aeworxet | ||
- aeworxet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Do you have some nice ideas for #AsyncAPI-related tools? Do you want to validate and share with the AsyncAPI community? | ||
|
||
Drop it 👇 and let us have an open discussion 🚀 | ||
|
||
https://github.com/asyncapi/community/discussions/categories/ideas |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Do you have some nice ideas for #AsyncAPI-related tools? Do you want to validate and share with the AsyncAPI community? | ||
|
||
Drop it 👇 and let us have an open discussion 🚀 | ||
|
||
https://github.com/asyncapi/community/discussions/categories/ideas |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
✨ Did you know #AsyncAPI is on Slack? ✨ | ||
|
||
Join our Slack workspace to chat with anyone from our Open-Source community! | ||
|
||
🔗 asyncapi.com/slack-invite | ||
|
||
Ask for help and help others too. 💪🏿💪🏽🦾 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
✨ Did you know #AsyncAPI is on Slack? ✨ | ||
|
||
Join our Slack workspace to chat with anyone from our Open-Source community! | ||
|
||
🔗 asyncapi.com/slack-invite | ||
|
||
Ask for help and help others too. 💪🏿💪🏽🦾 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
✨ Did you know #AsyncAPI is on Slack? ✨ | ||
|
||
Join our Slack workspace to chat with anyone from our Open-Source community! | ||
|
||
🔗 asyncapi.com/slack-invite | ||
|
||
Ask for help and help others too. 💪🏿💪🏽🦾 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
✨ Did you know #AsyncAPI is on Slack? ✨ | ||
|
||
Join our Slack workspace to chat with anyone from our Open-Source community! | ||
|
||
🔗 asyncapi.com/slack-invite | ||
|
||
Ask for help and help others too. 💪🏿💪🏽🦾 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
✨ Did you know #AsyncAPI is on Slack? ✨ | ||
|
||
Join our Slack workspace to chat with anyone from our Open-Source community! | ||
|
||
🔗 asyncapi.com/slack-invite | ||
|
||
Ask for help and help others too. 💪🏿💪🏽🦾 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
✨ Did you know #AsyncAPI is on Slack? ✨ | ||
|
||
Join our Slack workspace to chat with anyone from our Open-Source community! | ||
|
||
🔗 asyncapi.com/slack-invite | ||
|
||
Ask for help and help others too. 💪🏿💪🏽🦾 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
✨ Did you know #AsyncAPI is on Slack? ✨ | ||
|
||
Join our Slack workspace to chat with anyone from our Open-Source community! | ||
|
||
🔗 asyncapi.com/slack-invite | ||
|
||
Ask for help and help others too. 💪🏿💪🏽🦾 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
✨ Did you know #AsyncAPI is on Slack? ✨ | ||
|
||
Join our Slack workspace to chat with anyone from our Open-Source community! | ||
|
||
🔗 asyncapi.com/slack-invite | ||
|
||
Ask for help and help others too. 💪🏿💪🏽🦾 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
✨ Did you know #AsyncAPI is on Slack? ✨ | ||
|
||
Join our Slack workspace to chat with anyone from our Open-Source community! | ||
|
||
🔗 asyncapi.com/slack-invite | ||
|
||
Ask for help and help others too. 💪🏿💪🏽🦾 |