Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Run SpotifyGeoFreedom Script #66

Run SpotifyGeoFreedom Script

Run SpotifyGeoFreedom Script #66

name: Run SpotifyGeoFreedom Script
on:
schedule:
- cron: '37 2 * * 4'
workflow_dispatch:
jobs:
run-powershell:
runs-on: windows-latest
env:
LOGIN: '${{ secrets.LOGIN }}'
PASS: '${{ secrets.PASS }}'
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Get Runner's IP info
shell: powershell
run: |
Invoke-RestMethod -Uri "https://ipinfo.io/json"
- name: Сlient download and login
shell: powershell
run: |
.\main.ps1