diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 000000000..455bf7350 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,10 @@ +name: Refresh Now Playing +on: + schedule: + - cron: '0 * * * *' +jobs: + refresh-now-playing: + runs-on: ubuntu-latest + steps: + - name: Refresh + run: curl https://alexxie.com/api/refresh