Skip to content

Stealing

Stealing #1775

Workflow file for this run

name: Stealing
on:
push:
branches:
- main
schedule: # daily at 8 am
- cron: "0 8 * * *"
jobs:
scrape:
runs-on: ubuntu-latest
environment: stealing
env:
TURSO_URL: ${{ secrets.TURSO_URL }}
TURSO_TOKEN: ${{ secrets.TURSO_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: oven-sh/[email protected]
- name: Install dependencies
run: bun install
# - name: Install browser
# run: bunx playwright install --with-deps chromium
- name: execute
run: bun run src/cron.ts