LoaderSpot/.github/workflows/ms-spotify.yml
2024-10-06 18:16:56 +03:00

20 lines
358 B
YAML

name: check Spotify MS
on:
schedule:
- cron: '25 * * * *'
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: run ms-spotify-check.ps1
shell: pwsh
run: ./ms-spotify-check.ps1
env:
Token: ${{ secrets.Token }}