Skip to content

sync-driver

sync-driver #138

Workflow file for this run

name: sync-driver
on:
schedule:
- cron: '0 12 * * SAT'
jobs:
sync-md:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'latest'
- run: yarn install
- run: yarn run syncDriver:github
env:
MONGODB_URI: ${{ secrets.MONGODB_URI }}
DOWNLOAD_URL: ${{ secrets.DOWNLOAD_URL }}
VIEW_URL: ${{secrets.VIEW_URL}}