Skip to content

Commit

Permalink
Update youtube-to-spotify-for-podcasters.yml
Browse files Browse the repository at this point in the history
added suggestion from @derberg about securing the github action from attacks

Co-authored-by: Lukasz Gornicki <lpgornicki@gmail.com>
  • Loading branch information
AnimeshKumar923 and derberg authored Jul 24, 2023
1 parent c6429ac commit 02df609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/youtube-to-spotify-for-podcasters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v2.0.0
uses: Schrodinger-Hat/youtube-to-anchorfm@98a1f5ee444eeb3d93cba9c5a8f4ca2889cbd4b2 #commit related to https://github.com/Schrodinger-Hat/youtube-to-anchorfm/releases/tag/v2.0.0
env:
ANCHOR_EMAIL: ${{ secrets.ANCHOR_EMAIL }}
ANCHOR_PASSWORD: ${{ secrets.ANCHOR_PASSWORD }}
Expand Down

0 comments on commit 02df609

Please sign in to comment.