Skip to content

Update spotify songs #1

Update spotify songs

Update spotify songs #1

Workflow file for this run

name: Update spotify songs
on: workflow_dispatch
jobs:
update-songs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
cache: yarn
- run: yarn install --immutable --immutable-cache
- run: npx playwright install --with-deps
- env:
SPOTIFY_EMAIL : ${{ vars.SPOTIFY_EMAIL }}
SPOTIFY_PASSWORD : ${{ secrets.SPOTIFY_PASSWORD }}
run: yarn tsx scripts/spotify.ts