From 5e46b9f7fce1be536419be822aebb36f36226a0d Mon Sep 17 00:00:00 2001 From: Animesh Kumar Date: Sun, 22 Oct 2023 22:03:36 -0700 Subject: [PATCH] Update youtube-to-spotify-for-podcasters.yml Changes: - Updated YAML file to the latest patch from the workflow - https://github.com/Schrodinger-Hat/youtube-to-anchorfm/commit/99a4a5409262b356a1bb54e6756d230ee97d3407 - This commit should fix the ongoing timeout issue. --- .github/workflows/youtube-to-spotify-for-podcasters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/youtube-to-spotify-for-podcasters.yml b/.github/workflows/youtube-to-spotify-for-podcasters.yml index f20e709f5..685042da9 100644 --- a/.github/workflows/youtube-to-spotify-for-podcasters.yml +++ b/.github/workflows/youtube-to-spotify-for-podcasters.yml @@ -26,7 +26,7 @@ jobs: # Verify the content was written successfully cat episode.json - name: Upload Episode from YouTube To Anchor.Fm - uses: Schrodinger-Hat/youtube-to-anchorfm@342a55c7f1d72e18dc2d2f0af36edc13bd615667 #commit related to https://github.com/Schrodinger-Hat/youtube-to-anchorfm/commit/342a55c7f1d72e18dc2d2f0af36edc13bd615667 || The latest commit which is of Oct 12, 2023 + uses: Schrodinger-Hat/youtube-to-anchorfm@99a4a5409262b356a1bb54e6756d230ee97d3407 #commit related to https://github.com/Schrodinger-Hat/youtube-to-anchorfm/commit/99a4a5409262b356a1bb54e6756d230ee97d3407 || The latest commit which is of Oct 22, 2023 env: ANCHOR_EMAIL: ${{ secrets.ANCHOR_EMAIL }} ANCHOR_PASSWORD: ${{ secrets.ANCHOR_PASSWORD }}