Skip to content

Garmin china region data sync to global region #72

Garmin china region data sync to global region

Garmin china region data sync to global region #72

Workflow file for this run

name: Garmin china region data sync to global region
on:
schedule:
- cron: '0 22 * * *'
watch:
types: started
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: run script
env:
GARMIN_RUN_EMAIL: ${{ secrets.GARMIN_RUN_EMAIL }}
GARMIN_RUN_PASSWORD: ${{ secrets.GARMIN_RUN_PASSWORD }}
run: |
python GarminSync.py