Skip to content

sync-dataworld

sync-dataworld #633

name: sync-dataworld
on:
workflow_run:
workflows: ["build"]
types: [completed]
branches: [master]
workflow_dispatch:
jobs:
sync-dataworld:
runs-on: ubuntu-latest
container:
image: dcaribou/transfermarkt-datasets:linux-amd64-master
defaults:
run:
shell: bash -l {0}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v4
- name: sync
env:
DW_AUTH_TOKEN: ${{ secrets.DW_AUTH_TOKEN }}
run: |
python scripts/synching/sync-dataworld.py