Skip to content

Commit

Permalink
Fix script paths in discover weekly workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboa88 committed Nov 13, 2024
1 parent 2e1d163 commit 1d5ff93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/archive-discover-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
SPOTIFY_REFRESH_TOKEN: ${{ secrets.SPOTIFY_REFRESH_TOKEN }}
run: >
echo "SPOTIFY_PLAYLIST_ID=$(
python get-playlist-id.py
python scripts/get-playlist-id.py
"$SPOTIFY_CLIENT_ID" "$SPOTIFY_CLIENT_SECRET"
"$SPOTIFY_ACCESS_TOKEN" "$SPOTIFY_REFRESH_TOKEN"
'Discover Weekly'
Expand All @@ -53,7 +53,7 @@ jobs:
SPOTIFY_ACCESS_TOKEN: ${{ secrets.SPOTIFY_ACCESS_TOKEN }}
SPOTIFY_REFRESH_TOKEN: ${{ secrets.SPOTIFY_REFRESH_TOKEN }}
run: >
python copy-playlist.py
python scripts/copy-playlist.py
"$SPOTIFY_CLIENT_ID" "$SPOTIFY_CLIENT_SECRET"
"$SPOTIFY_ACCESS_TOKEN" "$SPOTIFY_REFRESH_TOKEN"
"$SPOTIFY_PLAYLIST_ID" "DW - %b %e"

0 comments on commit 1d5ff93

Please sign in to comment.