Skip to content

Commit

Permalink
Remove env var 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 c0cc20a commit 2e1d163
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/archive-discover-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,19 @@ jobs:
SPOTIFY_CLIENT_SECRET: ${{ secrets.SPOTIFY_CLIENT_SECRET }}
SPOTIFY_ACCESS_TOKEN: ${{ secrets.SPOTIFY_ACCESS_TOKEN }}
SPOTIFY_REFRESH_TOKEN: ${{ secrets.SPOTIFY_REFRESH_TOKEN }}
SPOTIFY_PLAYLIST_NAMES: 'Discover Weekly' 'Découvertes de la semaine' 'Découvertes hebdomadaires' 'Descubrimiento semanal' 'Descobertas da Semana' 'Descubrimiento semanal' 'اكتشف هذا الأسبوع' 'Открытиях недели'
run: >
echo "SPOTIFY_PLAYLIST_ID=$(
python get-playlist-id.py
"$SPOTIFY_CLIENT_ID" "$SPOTIFY_CLIENT_SECRET"
"$SPOTIFY_ACCESS_TOKEN" "$SPOTIFY_REFRESH_TOKEN"
${SPOTIFY_PLAYLIST_NAMES}
'Discover Weekly'
'Découvertes de la semaine'
'Découvertes hebdomadaires'
'Descubrimiento semanal'
'Descobertas da Semana'
'Descubrimiento semanal'
'اكتشف هذا الأسبوع'
'Открытиях недели'
)" >> $GITHUB_ENV
- name: Copy playlist
Expand Down

0 comments on commit 2e1d163

Please sign in to comment.