Skip to content

cron_expo_production #18554

cron_expo_production

cron_expo_production #18554

name: cron_expo_production
on:
schedule:
- cron: '0 * * * *' # Run every hour
jobs:
expo-report-production:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install
- run: yarn ts-node -P scripts/tsconfig.json scripts/expo.ts
env:
DEBUG: shootismoke:*
BACKEND_AQICN_TOKEN: ${{ secrets.AQICN_TOKEN }}
BACKEND_MONGODB_ATLAS_URI: ${{ secrets.PRODUCTION_BACKEND_MONGODB_ATLAS_URI }}