-
-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into docs-1712-onboarding-guide
- Loading branch information
Showing
7 changed files
with
152 additions
and
21 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' |
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,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. πͺπΏπͺπ½π¦Ύ |