Skip to content

Sync

Sync #43

Workflow file for this run

name: Sync
on:
schedule:
- cron: '0 0,8,16,20 * * *'
jobs:
sync:
name: Sync
runs-on: ubuntu-latest
steps:
# Setup
- name: Trigger Sync
shell: bash
env:
TOKEN: ${{ secrets.SYNC_TOKEN }}
run: curl -X GET "https://pattern-analyzer.app/api/sync?token=$TOKEN"