Skip to content

setup data schema for VS Code, update PR template, other tweaks (#1987) #427

setup data schema for VS Code, update PR template, other tweaks (#1987)

setup data schema for VS Code, update PR template, other tweaks (#1987) #427

name: "[VERCEL] Cleanup data blobs"
on:
push:
branches: [main]
schedule:
# Run once a week on Thursday at midnight - https://crontab.guru/#0_0_*_*_2
- cron: '0 0 * * 2'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Cleanup data blobs
run: bun ci:cleanup-blobs
env:
BLOB_READ_WRITE_TOKEN: ${{ secrets.BLOB_READ_WRITE_TOKEN }}