parent
4e7159f1f6
commit
89171f99ef
1 changed files with 2 additions and 0 deletions
2
.github/workflows/fetch-artist-charts.yaml
vendored
2
.github/workflows/fetch-artist-charts.yaml
vendored
|
@ -12,3 +12,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
endpoint: https://ws.audioscrobbler.com/2.0/?method=user.getweeklyartistchart&user=coryd_&api_key=${{ secrets.LASTFM_API_KEY }}&format=json
|
endpoint: https://ws.audioscrobbler.com/2.0/?method=user.getweeklyartistchart&user=coryd_&api_key=${{ secrets.LASTFM_API_KEY }}&format=json
|
||||||
configuration: '{ "method": "GET" }'
|
configuration: '{ "method": "GET" }'
|
||||||
|
save-location: 'src/_data/json'
|
||||||
|
save-name: 'weekly-artist-charts.json'
|
||||||
|
|
Reference in a new issue